4 writes to ContainerName
Aspire.Hosting.Radius (1)
Publishing\RadiusInfrastructureBuilder.cs (1)
1030
construct.
ContainerName
= resourceName;
Aspire.Hosting.Radius.Tests (3)
Publishing\ConfigureRadiusInfrastructureTests.cs (3)
316
opts.Containers[0].
ContainerName
= "renamed";
342
opts.Containers[0].
ContainerName
= "renamed";
367
opts.Containers[0].
ContainerName
= new IdentifierExpression("computedName");
5 references to ContainerName
Aspire.Hosting.Radius (4)
Publishing\Constructs\RadiusContainerConstruct.cs (2)
43
/// top-level <c>name:</c> (<see cref="
ContainerName
"/>) — Radius permits distinct names. Aspire
130
_name = DefineProperty<string>(nameof(
ContainerName
), ["name"]);
Publishing\RadiusInfrastructureBuilder.cs (2)
1598
var name = (IBicepValue)container.
ContainerName
;
1631
var topLevelName = ((IBicepValue)container.
ContainerName
).LiteralValue is string literalName ? literalName : mapKey;
Aspire.Hosting.Radius.Tests (1)
Publishing\MultiEnvironmentPublishTests.cs (1)
51
r => r.
ContainerName
.Value == "myenv");