ContainerRegistryTokenStatus 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 status of the token example enabled or disabled.
public readonly struct ContainerRegistryTokenStatus : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryTokenStatus>
type ContainerRegistryTokenStatus = struct
Public Structure ContainerRegistryTokenStatus
Implements IEquatable(Of ContainerRegistryTokenStatus)
- Inheritance
-
ContainerRegistryTokenStatus
- Implements
Constructors
ContainerRegistryTokenStatus(String) |
Initializes a new instance of ContainerRegistryTokenStatus. |
Properties
Disabled |
disabled. |
Enabled |
enabled. |
Methods
Equals(ContainerRegistryTokenStatus) |
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(ContainerRegistryTokenStatus, ContainerRegistryTokenStatus) |
Determines if two ContainerRegistryTokenStatus values are the same. |
Implicit(String to ContainerRegistryTokenStatus) |
Converts a String to a ContainerRegistryTokenStatus. |
Inequality(ContainerRegistryTokenStatus, ContainerRegistryTokenStatus) |
Determines if two ContainerRegistryTokenStatus values are not the same. |
Applies to
Azure SDK for .NET