DeletedBackupInstance Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deleted Backup Instance
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DeletedBackupInstanceTypeConverter))]
public class DeletedBackupInstance : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDeletedBackupInstance, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DeletedBackupInstanceTypeConverter))>]
type DeletedBackupInstance = class
interface IDeletedBackupInstance
interface IJsonSerializable
interface IBackupInstance
interface IValidates
Public Class DeletedBackupInstance
Implements IDeletedBackupInstance, IValidates
- Inheritance
-
DeletedBackupInstance
- Attributes
- Implements
Constructors
DeletedBackupInstance() |
Creates an new DeletedBackupInstance 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. |
IdentityDetail |
Contains information of the Identity Details for the BI. If it is null, default will be considered as System Assigned. |
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 |
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 DeletedBackupInstance. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DeletedBackupInstance. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDeletedBackupInstance. |
FromJsonString(String) |
Creates a new instance of DeletedBackupInstance, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DeletedBackupInstance into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |