Delen via


AdhocBackupValidateContent Class

Definition

Validate for backup request.

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

Constructors

AdhocBackupValidateContent(DataProtectionBackupInstanceProperties)

Initializes a new instance of AdhocBackupValidateContent.

Properties

BackupInstance

Backup Instance.

Explicit Interface Implementations

IJsonModel<AdhocBackupValidateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AdhocBackupValidateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AdhocBackupValidateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AdhocBackupValidateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AdhocBackupValidateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to