Delen via


SuspendBackupContent Class

Definition

Request body of Suspend backup when MUA is Enabled.

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

Constructors

SuspendBackupContent()

Initializes a new instance of SuspendBackupContent.

Properties

ResourceGuardOperationRequests

ResourceGuardOperationRequests on which LAC check will be performed.

Explicit Interface Implementations

IJsonModel<SuspendBackupContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SuspendBackupContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SuspendBackupContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SuspendBackupContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SuspendBackupContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to