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>
type DataProtectionBackupVaultPatchProperties = class
    interface IJsonModel<DataProtectionBackupVaultPatchProperties>
    interface IPersistableModel<DataProtectionBackupVaultPatchProperties>
Public Class DataProtectionBackupVaultPatchProperties
Implements IJsonModel(Of DataProtectionBackupVaultPatchProperties), IPersistableModel(Of DataProtectionBackupVaultPatchProperties)
Inheritance
DataProtectionBackupVaultPatchProperties
Implements

Constructors

Name Description
DataProtectionBackupVaultPatchProperties()

Initializes a new instance of DataProtectionBackupVaultPatchProperties.

Properties

Name Description
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.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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