Condividi tramite


BackupInstanceProtectionStatus Struct

Definition

Specifies the protection status of the resource.

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

Constructors

Name Description
BackupInstanceProtectionStatus(String)

Initializes a new instance of BackupInstanceProtectionStatus.

Properties

Name Description
ConfiguringProtection

Gets the ConfiguringProtection.

ConfiguringProtectionFailed

Gets the ConfiguringProtectionFailed.

ProtectionConfigured

Gets the ProtectionConfigured.

ProtectionStopped

Gets the ProtectionStopped.

SoftDeleted

Gets the SoftDeleted.

SoftDeleting

Gets the SoftDeleting.

Methods

Name Description
Equals(BackupInstanceProtectionStatus)

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

Determines if two BackupInstanceProtectionStatus values are the same.

Implicit(String to BackupInstanceProtectionStatus)

Converts a string to a BackupInstanceProtectionStatus.

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

Determines if two BackupInstanceProtectionStatus values are not the same.

Applies to