DataProtectionBackupInstanceProperties 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.
Backup Instance.
public class DataProtectionBackupInstanceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupInstanceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupInstanceProperties>
public class DataProtectionBackupInstanceProperties
type DataProtectionBackupInstanceProperties = class
interface IJsonModel<DataProtectionBackupInstanceProperties>
interface IPersistableModel<DataProtectionBackupInstanceProperties>
type DataProtectionBackupInstanceProperties = class
Public Class DataProtectionBackupInstanceProperties
Implements IJsonModel(Of DataProtectionBackupInstanceProperties), IPersistableModel(Of DataProtectionBackupInstanceProperties)
Public Class DataProtectionBackupInstanceProperties
- Inheritance
-
DataProtectionBackupInstanceProperties
- Derived
- Implements
Constructors
DataProtectionBackupInstanceProperties(DataSourceInfo, BackupInstancePolicyInfo, String) |
Initializes a new instance of DataProtectionBackupInstanceProperties. |
Properties
CurrentProtectionState |
Specifies the current protection state of the resource. |
DataSourceAuthCredentials |
Credentials to use to authenticate with data source provider. Please note DataProtectionBackupAuthCredentials is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SecretStoreBasedAuthCredentials. |
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. |
IdentityDetails |
Contains information of the Identity Details for the BI. If it is null, default will be considered as System Assigned. |
ObjectType |
Gets or sets the object type. |
PolicyInfo |
Gets or sets the policy information. |
ProtectionErrorDetails |
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. |
ResourceGuardOperationRequests |
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. |
Explicit Interface Implementations
IJsonModel<DataProtectionBackupInstanceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataProtectionBackupInstanceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataProtectionBackupInstanceProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataProtectionBackupInstanceProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataProtectionBackupInstanceProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET