2 writes to Tier
Aspire.Hosting.Azure.Sandboxes (1)
AzureSandboxesExtensions.cs (1)
315
Tier
= options.Tier,
Aspire.Hosting.Azure.Tests (1)
AzureSandboxesTests.cs (1)
1789
Tier
= AzureSandboxTier.Large,
5 references to Tier
Aspire.Hosting.Azure.Sandboxes (5)
AzureSandboxContainerDeployment.cs (2)
793
return (options?.
Tier
?? AzureSandboxTier.Medium) switch
800
_ => throw new InvalidOperationException($"Unsupported Azure sandbox tier '{options?.
Tier
}'.")
AzureSandboxesExtensions.cs (3)
315
Tier = options.
Tier
,
364
if (!Enum.IsDefined(options.
Tier
))
366
throw new ArgumentException($"'{options.
Tier
}' is not a valid Azure sandbox tier.", nameof(options));