BackupProtectionStatus Struct

Definition

Specifies whether the container is registered or not.

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

Constructors

Name Description
BackupProtectionStatus(String)

Initializes a new instance of BackupProtectionStatus.

Properties

Name Description
Invalid

Gets the Invalid.

NotProtected

Gets the NotProtected.

Protected

Gets the Protected.

Protecting

Gets the Protecting.

ProtectionFailed

Gets the ProtectionFailed.

Methods

Name Description
Equals(BackupProtectionStatus)

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

Name Description
Equality(BackupProtectionStatus, BackupProtectionStatus)

Determines if two BackupProtectionStatus values are the same.

Implicit(String to BackupProtectionStatus)

Converts a string to a BackupProtectionStatus.

Implicit(String to Nullable<BackupProtectionStatus>)
Inequality(BackupProtectionStatus, BackupProtectionStatus)

Determines if two BackupProtectionStatus values are not the same.

Applies to