ContainerRegistrySkuName 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 name of the container registry. Required for registry creation.
public readonly struct ContainerRegistrySkuName : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistrySkuName>
type ContainerRegistrySkuName = struct
Public Structure ContainerRegistrySkuName
Implements IEquatable(Of ContainerRegistrySkuName)
- Inheritance
-
ContainerRegistrySkuName
- Implements
Constructors
ContainerRegistrySkuName(String) |
Initializes a new instance of ContainerRegistrySkuName. |
Properties
Basic |
Basic. |
Classic |
Classic. |
Premium |
Premium. |
Standard |
Standard. |
Methods
Equals(ContainerRegistrySkuName) |
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(ContainerRegistrySkuName, ContainerRegistrySkuName) |
Determines if two ContainerRegistrySkuName values are the same. |
Implicit(String to ContainerRegistrySkuName) |
Converts a String to a ContainerRegistrySkuName. |
Inequality(ContainerRegistrySkuName, ContainerRegistrySkuName) |
Determines if two ContainerRegistrySkuName values are not the same. |