A2AContainerCreationContent Class

Definition

A2A cloud creation input.

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

Constructors

A2AContainerCreationContent()

Initializes a new instance of A2AContainerCreationContent.

Explicit Interface Implementations

IJsonModel<A2AContainerCreationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2AContainerCreationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ReplicationProviderSpecificContainerCreationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ReplicationProviderSpecificContainerCreationContent)
IJsonModel<ReplicationProviderSpecificContainerCreationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ReplicationProviderSpecificContainerCreationContent)
IPersistableModel<A2AContainerCreationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2AContainerCreationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2AContainerCreationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ReplicationProviderSpecificContainerCreationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ReplicationProviderSpecificContainerCreationContent)
IPersistableModel<ReplicationProviderSpecificContainerCreationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ReplicationProviderSpecificContainerCreationContent)
IPersistableModel<ReplicationProviderSpecificContainerCreationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ReplicationProviderSpecificContainerCreationContent)

Applies to