ContainerRegistrySkuTier Struct
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.
The SKU tier based on the SKU name.
public readonly struct ContainerRegistrySkuTier : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistrySkuTier>
type ContainerRegistrySkuTier = struct
Public Structure ContainerRegistrySkuTier
Implements IEquatable(Of ContainerRegistrySkuTier)
- Inheritance
-
ContainerRegistrySkuTier
- Implements
Constructors
ContainerRegistrySkuTier(String) |
Initializes a new instance of ContainerRegistrySkuTier. |
Properties
Basic |
Basic. |
Classic |
Classic. |
Premium |
Premium. |
Standard |
Standard. |
Methods
Equals(ContainerRegistrySkuTier) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ContainerRegistrySkuTier, ContainerRegistrySkuTier) |
Determines if two ContainerRegistrySkuTier values are the same. |
Implicit(String to ContainerRegistrySkuTier) |
Converts a String to a ContainerRegistrySkuTier. |
Inequality(ContainerRegistrySkuTier, ContainerRegistrySkuTier) |
Determines if two ContainerRegistrySkuTier values are not the same. |