3 writes to Name
Aspire.Hosting.Azure.ConnectorNamespace (3)
AzureConnectorNamespaceExtensions.cs (2)
71existingGateway.Name = name; 80Name = BicepFunction.Interpolate(
AzureConnectorNamespaceResource.cs (1)
66gateway.Name = NameOutputReference.AsProvisioningParameter(infra);
2 references to Name
Aspire.Hosting.Azure.ConnectorNamespace (2)
AzureConnectorNamespaceExtensions.cs (1)
236infrastructure.Add(new ProvisioningOutput("name", typeof(string)) { Value = gateway.Name.ToBicepExpression() });
Provisioning\ConnectorGateway.cs (1)
68_name = DefineProperty<string>(nameof(Name), ["name"], isRequired: true);