Share via


DataProtectionBackupVaultPatchProperties Class

Definition

Backup Vault Contract for Patch Backup Vault API.

public class DataProtectionBackupVaultPatchProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupVaultPatchProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupVaultPatchProperties>
public class DataProtectionBackupVaultPatchProperties
type DataProtectionBackupVaultPatchProperties = class
    interface IJsonModel<DataProtectionBackupVaultPatchProperties>
    interface IPersistableModel<DataProtectionBackupVaultPatchProperties>
type DataProtectionBackupVaultPatchProperties = class
Public Class DataProtectionBackupVaultPatchProperties
Implements IJsonModel(Of DataProtectionBackupVaultPatchProperties), IPersistableModel(Of DataProtectionBackupVaultPatchProperties)
Public Class DataProtectionBackupVaultPatchProperties
Inheritance
DataProtectionBackupVaultPatchProperties
Implements

Constructors

DataProtectionBackupVaultPatchProperties()

Initializes a new instance of DataProtectionBackupVaultPatchProperties.

Properties

AlertSettingsForAllJobFailures

Gets or sets the alert settings for all job failures.

FeatureSettings

Feature Settings.

ResourceGuardOperationRequests

ResourceGuardOperationRequests on which LAC check will be performed.

SecuritySettings

Security Settings.

Explicit Interface Implementations

IJsonModel<DataProtectionBackupVaultPatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataProtectionBackupVaultPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataProtectionBackupVaultPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataProtectionBackupVaultPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataProtectionBackupVaultPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to