DeletedDataProtectionBackupInstanceProperties Class

Definition

Deleted Backup Instance.

public class DeletedDataProtectionBackupInstanceProperties : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupInstanceProperties
type DeletedDataProtectionBackupInstanceProperties = class
    inherit DataProtectionBackupInstanceProperties
Public Class DeletedDataProtectionBackupInstanceProperties
Inherits DataProtectionBackupInstanceProperties
Inheritance
DeletedDataProtectionBackupInstanceProperties

Constructors

DeletedDataProtectionBackupInstanceProperties(DataSourceInfo, BackupInstancePolicyInfo, String)

Initializes a new instance of DeletedDataProtectionBackupInstanceProperties.

Properties

CurrentProtectionState

Specifies the current protection state of the resource.

(Inherited from DataProtectionBackupInstanceProperties)
DataSourceAuthCredentials

Credentials to use to authenticate with data source provider. Please note DataProtectionBackupAuthCredentials is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SecretStoreBasedAuthCredentials.

(Inherited from DataProtectionBackupInstanceProperties)
DataSourceInfo

Gets or sets the data source information.

(Inherited from DataProtectionBackupInstanceProperties)
DataSourceSetInfo

Gets or sets the data source set information.

(Inherited from DataProtectionBackupInstanceProperties)
DeletionInfo

Deletion info of Backup Instance.

FriendlyName

Gets or sets the Backup Instance friendly name.

(Inherited from DataProtectionBackupInstanceProperties)
IdentityDetails

Contains information of the Identity Details for the BI. If it is null, default will be considered as System Assigned.

(Inherited from DataProtectionBackupInstanceProperties)
ObjectType

Gets or sets the object type.

(Inherited from DataProtectionBackupInstanceProperties)
PolicyInfo

Gets or sets the policy information.

(Inherited from DataProtectionBackupInstanceProperties)
ProtectionErrorDetails

Specifies the protection error of the resource.

(Inherited from DataProtectionBackupInstanceProperties)
ProtectionStatus

Specifies the protection status of the resource.

(Inherited from DataProtectionBackupInstanceProperties)
ProvisioningState

Specifies the provisioning state of the resource i.e. provisioning/updating/Succeeded/Failed.

(Inherited from DataProtectionBackupInstanceProperties)
ValidationType

Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again.

(Inherited from DataProtectionBackupInstanceProperties)

Applies to