Share via


ValidateForModifyBackupContent Class

Definition

Validate for modify backup request.

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

Constructors

ValidateForModifyBackupContent(DataProtectionBackupInstanceProperties)

Initializes a new instance of ValidateForModifyBackupContent.

Properties

BackupInstance

Backup Instance.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ValidateForModifyBackupContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ValidateForModifyBackupContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ValidateForModifyBackupContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ValidateForModifyBackupContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ValidateForModifyBackupContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to