BackupInstanceProtectionReadiness Struct

Definition

The state of instance protection.

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

Constructors

Name Description
BackupInstanceProtectionReadiness(String)

Initializes a new instance of BackupInstanceProtectionReadiness.

Properties

Name Description
PartialProtection

Instance is partially protected.

ProtectionError

Instance protection encountered an error.

Ready

Instance is ready for protection.

ScheduleDisabled

Backup schedule is disabled for this instance.

Unknown

Instance protection readiness is unknown.

Methods

Name Description
Equals(BackupInstanceProtectionReadiness)

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

Determines if two BackupInstanceProtectionReadiness values are the same.

Implicit(String to BackupInstanceProtectionReadiness)

Converts a string to a BackupInstanceProtectionReadiness.

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

Determines if two BackupInstanceProtectionReadiness values are not the same.

Applies to