RemoveProtectionContainerMappingContent Class

Definition

Container unpairing input.

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

Constructors

RemoveProtectionContainerMappingContent()

Initializes a new instance of RemoveProtectionContainerMappingContent.

Properties

ProviderSpecificContentInstanceType

The class type.

Explicit Interface Implementations

IJsonModel<RemoveProtectionContainerMappingContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RemoveProtectionContainerMappingContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RemoveProtectionContainerMappingContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RemoveProtectionContainerMappingContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RemoveProtectionContainerMappingContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to