DeletedBackupInstanceResource Class

Definition

Deleted Backup Instance

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DeletedBackupInstanceResourceTypeConverter))]
public class DeletedBackupInstanceResource : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDeletedBackupInstanceResource, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DeletedBackupInstanceResourceTypeConverter))>]
type DeletedBackupInstanceResource = class
    interface IDeletedBackupInstanceResource
    interface IJsonSerializable
    interface IDppResource
    interface IValidates
Public Class DeletedBackupInstanceResource
Implements IDeletedBackupInstanceResource, IValidates
Inheritance
DeletedBackupInstanceResource
Attributes
Implements

Constructors

DeletedBackupInstanceResource()

Creates an new DeletedBackupInstanceResource instance.

Properties

CurrentProtectionState

Specifies the current protection state of the resource

DatasourceAuthCredentials

Credentials to use to authenticate with data source provider.

DataSourceInfo

Gets or sets the data source information.

DataSourceSetInfo

Gets or sets the data source set information.

DeletionInfo

Deletion info of Backup Instance

FriendlyName

Gets or sets the Backup Instance friendly name.

Id

Resource Id represents the complete path to the resource.

IdentityDetail

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

Name

Resource name associated with the resource.

ObjectType
PolicyInfo

Gets or sets the policy information.

ProtectionErrorDetail

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

ResourceGuardOperationRequest

ResourceGuardOperationRequests on which LAC check will be performed

SystemData

Metadata pertaining to creation and last modification of the resource.

Type

Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...

ValidationType

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeletedBackupInstanceResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeletedBackupInstanceResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDeletedBackupInstanceResource.

FromJsonString(String)

Creates a new instance of DeletedBackupInstanceResource, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeletedBackupInstanceResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to