2 instantiations of ConnectorGateway
Aspire.Hosting.Azure.ConnectorNamespace (2)
AzureConnectorNamespaceExtensions.cs (1)
78
var newGateway = new
ConnectorGateway
(gatewayBicepIdentifier)
Provisioning\ConnectorGateway.cs (1)
56
var resource = new
ConnectorGateway
(bicepIdentifier, resourceVersion)
17 references to ConnectorGateway
Aspire.Hosting.Azure.ConnectorNamespace (17)
AzureConnectorNamespaceExtensions.cs (5)
66
var
gateway = AzureProvisioningResource.CreateExistingOrNewProvisionableResource(
70
var
existingGateway =
ConnectorGateway
.FromExisting(gatewayBicepIdentifier);
78
var
newGateway = new ConnectorGateway(gatewayBicepIdentifier)
645
private static BicepValue<string> GetOptionalIdentityProperty(
ConnectorGateway
gateway, string propertyName)
AzureConnectorNamespaceResource.cs (4)
53
var
existing = infra.GetProvisionableResources()
54
.OfType<
ConnectorGateway
>()
62
var
gateway =
ConnectorGateway
.FromExisting(bicepIdentifier);
Provisioning\ConnectorGateway.cs (2)
54
public static
ConnectorGateway
FromExisting(string bicepIdentifier, string? resourceVersion = null)
56
var
resource = new ConnectorGateway(bicepIdentifier, resourceVersion)
Provisioning\ConnectorGatewayConnection.cs (3)
46
public
ConnectorGateway
? Parent
51
private ResourceReference<
ConnectorGateway
>? _parent;
71
_parent = DefineResource<
ConnectorGateway
>(nameof(Parent), ["parent"], isRequired: true);
Provisioning\ConnectorGatewayMcpServerConfig.cs (3)
60
public
ConnectorGateway
? Parent
65
private ResourceReference<
ConnectorGateway
>? _parent;
87
_parent = DefineResource<
ConnectorGateway
>(nameof(Parent), ["parent"], isRequired: true);