DisableProtectionContent Class

Definition

Disable protection input.

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

Constructors

DisableProtectionContent(DisableProtectionProperties)

Initializes a new instance of DisableProtectionContent.

Properties

Properties

Disable protection input properties.

Explicit Interface Implementations

IJsonModel<DisableProtectionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DisableProtectionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DisableProtectionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DisableProtectionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DisableProtectionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to