SvmPeerCommandResult Class

Definition

Information about svm peering process.

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

Properties

SvmPeeringCommand

A command that needs to be run on the external ONTAP to accept svm peering. Will only be present if <code>svmPeeringStatus</code> is <code>pending</code>.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SvmPeerCommandResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SvmPeerCommandResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SvmPeerCommandResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SvmPeerCommandResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SvmPeerCommandResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to