Share via


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

BackupProtectionStatus(String)

Initializes a new instance of BackupProtectionStatus.

Properties

Invalid

Invalid.

NotProtected

NotProtected.

Protected

Protected.

Protecting

Protecting.

ProtectionFailed

ProtectionFailed.

Methods

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

Equality(BackupProtectionStatus, BackupProtectionStatus)

Determines if two BackupProtectionStatus values are the same.

Implicit(String to BackupProtectionStatus)

Converts a string to a BackupProtectionStatus.

Inequality(BackupProtectionStatus, BackupProtectionStatus)

Determines if two BackupProtectionStatus values are not the same.

Applies to