Udostępnij za pośrednictwem


IDeletedBackupInstance Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DeletedBackupInstanceTypeConverter))]
public interface IDeletedBackupInstance : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstance
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DeletedBackupInstanceTypeConverter))>]
type IDeletedBackupInstance = interface
    interface IJsonSerializable
    interface IBackupInstance
Public Interface IDeletedBackupInstance
Implements IBackupInstance
Derived
Attributes
Implements

Properties

CurrentProtectionState

Specifies the current protection state of the resource

(Inherited from IBackupInstance)
DatasourceAuthCredentials

Credentials to use to authenticate with data source provider.

(Inherited from IBackupInstance)
DataSourceInfo

Gets or sets the data source information.

(Inherited from IBackupInstance)
DataSourceSetInfo

Gets or sets the data source set information.

(Inherited from IBackupInstance)
DeletionInfo

Deletion info of Backup Instance

FriendlyName

Gets or sets the Backup Instance friendly name.

(Inherited from IBackupInstance)
IdentityDetail

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

(Inherited from IBackupInstance)
ObjectType (Inherited from IBackupInstance)
PolicyInfo

Gets or sets the policy information.

(Inherited from IBackupInstance)
ProtectionErrorDetail

Specifies the protection error of the resource

(Inherited from IBackupInstance)
ProtectionStatus

Specifies the protection status of the resource

(Inherited from IBackupInstance)
ProvisioningState

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

(Inherited from IBackupInstance)
ResourceGuardOperationRequest

ResourceGuardOperationRequests on which LAC check will be performed

(Inherited from IBackupInstance)
ValidationType

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

(Inherited from IBackupInstance)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to