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