NetAppVolumeBreakReplicationContent Class

Definition

Break replication request.

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

Constructors

NetAppVolumeBreakReplicationContent()

Initializes a new instance of NetAppVolumeBreakReplicationContent.

Properties

ForceBreakReplication

If replication is in status transferring and you want to force break the replication, set to true.

Explicit Interface Implementations

IJsonModel<NetAppVolumeBreakReplicationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppVolumeBreakReplicationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppVolumeBreakReplicationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppVolumeBreakReplicationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppVolumeBreakReplicationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to