Delen via


StopProtectionContent Class

Definition

Request body of Stop protection when MUA is Enabled.

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

Constructors

StopProtectionContent()

Initializes a new instance of StopProtectionContent.

Properties

ResourceGuardOperationRequests

ResourceGuardOperationRequests on which LAC check will be performed.

Explicit Interface Implementations

IJsonModel<StopProtectionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StopProtectionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StopProtectionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StopProtectionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StopProtectionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to