NicInfo Class

Definition

NIC information and list of volumes for which the NIC has the primary mount ip address.

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

Properties

IPAddress

ipAddress.

VolumeResourceIds

Volume resource Ids.

Explicit Interface Implementations

IJsonModel<NicInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NicInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NicInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NicInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NicInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to