ProtectionContainerMappingCreateOrUpdateContent Class

Definition

Configure pairing input.

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

Constructors

ProtectionContainerMappingCreateOrUpdateContent()

Initializes a new instance of ProtectionContainerMappingCreateOrUpdateContent.

Properties

Properties

Configure protection input properties.

Explicit Interface Implementations

IJsonModel<ProtectionContainerMappingCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ProtectionContainerMappingCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProtectionContainerMappingCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProtectionContainerMappingCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ProtectionContainerMappingCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to