ArmContainerRegistryModelFactory.ContainerRegistrySku Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ContainerRegistrySku.
public static Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistrySku ContainerRegistrySku (Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistrySkuName name = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistrySkuTier? tier = default);
static member ContainerRegistrySku : Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistrySkuName * Nullable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistrySkuTier> -> Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistrySku
Public Shared Function ContainerRegistrySku (Optional name As ContainerRegistrySkuName = Nothing, Optional tier As Nullable(Of ContainerRegistrySkuTier) = Nothing) As ContainerRegistrySku
Parameters
The SKU name of the container registry. Required for registry creation.
The SKU tier based on the SKU name.
Returns
A new ContainerRegistrySku instance for mocking.