Sdílet prostřednictvím


ContainerRegistryTokenStatus Struct

Definition

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