Sdílet prostřednictvím


ContainerRegistrySkuTier Struct

Definition

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.

Applies to