ClusterPeerCommandResponseProperties Class

Definition

Properties of the cluster peer command response.

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

Properties

Name Description
ClusterPeeringCommand

ClusterPeeringCommand to run to accept cluster peer. Will only be present if <code>clusterPeeringStatus</code> is <code>pending</code>.

Passphrase

Passphrase for use with cluster peer command.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ClusterPeerCommandResponseProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterPeerCommandResponseProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterPeerCommandResponseProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterPeerCommandResponseProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterPeerCommandResponseProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to