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