IDeletedBackupInstanceResource Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DeletedBackupInstanceResourceTypeConverter))]
public interface IDeletedBackupInstanceResource : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DeletedBackupInstanceResourceTypeConverter))>]
type IDeletedBackupInstanceResource = interface
interface IJsonSerializable
interface IDppResource
Public Interface IDeletedBackupInstanceResource
Implements IDppResource
- Derived
- Attributes
- Implements
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. (Inherited from IDppResource) |
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. (Inherited from IDppResource) |
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. (Inherited from IDppResource) |
Type |
Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/... (Inherited from IDppResource) |
ValidationType |
Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |