NetAppVolumeReestablishReplicationContent Class

Definition

Re-establish request object supplied in the body of the operation.

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

Constructors

NetAppVolumeReestablishReplicationContent()

Initializes a new instance of NetAppVolumeReestablishReplicationContent.

Properties

SourceVolumeId

Resource id of the source volume for the replication.

Explicit Interface Implementations

IJsonModel<NetAppVolumeReestablishReplicationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppVolumeReestablishReplicationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppVolumeReestablishReplicationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppVolumeReestablishReplicationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppVolumeReestablishReplicationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to