2 instantiations of ConnectorGatewayMcpServerConfig
Aspire.Hosting.Azure.ConnectorNamespace (2)
AzureConnectorNamespaceExtensions.cs (1)
160: new ConnectorGatewayMcpServerConfig(configResource.BicepIdentifier);
Provisioning\ConnectorGatewayMcpServerConfig.cs (1)
69var resource = new ConnectorGatewayMcpServerConfig(bicepIdentifier, resourceVersion)
7 references to ConnectorGatewayMcpServerConfig
Aspire.Hosting.Azure.ConnectorNamespace (7)
AzureConnectorNamespaceExtensions.cs (2)
158var config = configResource.IsExisting 159? ConnectorGatewayMcpServerConfig.FromExisting(configResource.BicepIdentifier)
Provisioning\ConnectorGatewayMcpServerConfig.cs (2)
67public static ConnectorGatewayMcpServerConfig FromExisting(string bicepIdentifier, string? resourceVersion = null) 69var resource = new ConnectorGatewayMcpServerConfig(bicepIdentifier, resourceVersion)
Provisioning\ConnectorGatewayMcpServerConfigAccessPolicy.cs (3)
46public ConnectorGatewayMcpServerConfig? Parent 51private ResourceReference<ConnectorGatewayMcpServerConfig>? _parent; 61_parent = DefineResource<ConnectorGatewayMcpServerConfig>(nameof(Parent), ["parent"], isRequired: true);