MongoClusterReplicaContent Class

Definition

Parameters used for replica operations.

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

Constructors

MongoClusterReplicaContent(ResourceIdentifier, AzureLocation)

Initializes a new instance of MongoClusterReplicaContent.

Properties

SourceLocation

The location of the source cluster.

SourceResourceId

The id of the replication source cluster.

Explicit Interface Implementations

IJsonModel<MongoClusterReplicaContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MongoClusterReplicaContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MongoClusterReplicaContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MongoClusterReplicaContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MongoClusterReplicaContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to