1 implementation of Name
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppEnvironmentResource.cs (1)
84ReferenceExpression IContainerRegistry.Name => ReferenceExpression.Create($"{ContainerRegistryName}");
7 references to Name
Aspire.Hosting.Azure (1)
AzurePublishingContext.cs (1)
241Visit(annotation.ContainerRegistryInfo?.Name, CaptureBicepOutputs);
Aspire.Hosting.Azure.Tests (6)
ContainerRegistryTests.cs (6)
38Assert.NotNull(registry.Name); 73Assert.NotNull(registry.Name); 108Assert.NotNull(publisher.EnvironmentRegistry.Name); 118Assert.NotNull(publisher.ComputeResourceRegistry.Name); 124Assert.Equal(publisher.EnvironmentRegistry.Name.ToString(), 125publisher.ComputeResourceRegistry.Name.ToString());