DataProtectionBackupVaultProperties 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 Vault.
public class DataProtectionBackupVaultProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupVaultProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupVaultProperties>
public class DataProtectionBackupVaultProperties
type DataProtectionBackupVaultProperties = class
interface IJsonModel<DataProtectionBackupVaultProperties>
interface IPersistableModel<DataProtectionBackupVaultProperties>
type DataProtectionBackupVaultProperties = class
Public Class DataProtectionBackupVaultProperties
Implements IJsonModel(Of DataProtectionBackupVaultProperties), IPersistableModel(Of DataProtectionBackupVaultProperties)
Public Class DataProtectionBackupVaultProperties
- Inheritance
-
DataProtectionBackupVaultProperties
- Implements
Constructors
DataProtectionBackupVaultProperties(IEnumerable<DataProtectionBackupStorageSetting>) |
Initializes a new instance of DataProtectionBackupVaultProperties. |
Properties
AlertSettingsForAllJobFailures |
Gets or sets the alert settings for all job failures. |
BcdrSecurityLevel |
Security Level of Backup Vault. |
FeatureSettings |
Feature Settings. |
IsVaultProtectedByResourceGuard |
Is vault protected by resource guard. |
ProvisioningState |
Provisioning state of the BackupVault resource. |
ReplicatedRegions |
List of replicated regions for Backup Vault. |
ResourceGuardOperationRequests |
ResourceGuardOperationRequests on which LAC check will be performed. |
ResourceMoveDetails |
Resource move details for backup vault. |
ResourceMoveState |
Resource move state for backup vault. |
SecureScore |
Secure Score of Backup Vault. |
SecuritySettings |
Security Settings. |
StorageSettings |
Storage Settings. |
Explicit Interface Implementations
IJsonModel<DataProtectionBackupVaultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataProtectionBackupVaultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataProtectionBackupVaultProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataProtectionBackupVaultProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataProtectionBackupVaultProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET