1 instantiation of ConnectorGatewayMcpOperation
Aspire.Hosting.Azure.ConnectorNamespace (1)
AzureConnectorNamespaceExtensions.cs (1)
193var operation = new ConnectorGatewayMcpOperation
4 references to ConnectorGatewayMcpOperation
Aspire.Hosting.Azure.ConnectorNamespace (4)
AzureConnectorNamespaceExtensions.cs (1)
193var operation = new ConnectorGatewayMcpOperation
Provisioning\ConnectorGatewayMcpConnector.cs (3)
39public BicepList<ConnectorGatewayMcpOperation> Operations 44private BicepList<ConnectorGatewayMcpOperation>? _operations; 52_operations = DefineListProperty<ConnectorGatewayMcpOperation>(nameof(Operations), ["operations"], isRequired: true);