IBackupInstance 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.BackupInstanceTypeConverter))]
public interface IBackupInstance : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.BackupInstanceTypeConverter))>]
type IBackupInstance = interface
interface IJsonSerializable
Public Interface IBackupInstance
Implements IJsonSerializable
- 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. |
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |