Share via


ContainerRegistryEncryptionStatus Struct

Definition

Indicates whether or not the encryption is enabled for container registry.

public readonly struct ContainerRegistryEncryptionStatus : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryEncryptionStatus>
type ContainerRegistryEncryptionStatus = struct
Public Structure ContainerRegistryEncryptionStatus
Implements IEquatable(Of ContainerRegistryEncryptionStatus)
Inheritance
ContainerRegistryEncryptionStatus
Implements

Constructors

ContainerRegistryEncryptionStatus(String)

Initializes a new instance of ContainerRegistryEncryptionStatus.

Properties

Disabled

disabled.

Enabled

enabled.

Methods

Equals(ContainerRegistryEncryptionStatus)

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(ContainerRegistryEncryptionStatus, ContainerRegistryEncryptionStatus)

Determines if two ContainerRegistryEncryptionStatus values are the same.

Implicit(String to ContainerRegistryEncryptionStatus)

Converts a string to a ContainerRegistryEncryptionStatus.

Inequality(ContainerRegistryEncryptionStatus, ContainerRegistryEncryptionStatus)

Determines if two ContainerRegistryEncryptionStatus values are not the same.

Applies to