DataProtectionBackupInstanceProperties Class

Definition

Backup Instance.

public class DataProtectionBackupInstanceProperties
type DataProtectionBackupInstanceProperties = class
Public Class DataProtectionBackupInstanceProperties
Inheritance
DataProtectionBackupInstanceProperties
Derived

Constructors

DataProtectionBackupInstanceProperties(DataSourceInfo, BackupInstancePolicyInfo, String)

Initializes a new instance of DataProtectionBackupInstanceProperties.

Properties

CurrentProtectionState

Specifies the current protection state of the resource.

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.

DataSourceInfo

Gets or sets the data source information.

DataSourceSetInfo

Gets or sets the data source set information.

FriendlyName

Gets or sets the Backup Instance friendly name.

IdentityDetails

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

ObjectType

Gets or sets the object type.

PolicyInfo

Gets or sets the policy information.

ProtectionErrorDetails

Specifies the protection error of the resource.

ProtectionStatus

Specifies the protection status of the resource.

ProvisioningState

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

ValidationType

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

Applies to