LargeInstanceIPAddress Class

Definition

Specifies the IP address of the network interface.

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

Properties

IPAddress

Specifies the IP address of the network interface.

Explicit Interface Implementations

IJsonModel<LargeInstanceIPAddress>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LargeInstanceIPAddress>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LargeInstanceIPAddress>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LargeInstanceIPAddress>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LargeInstanceIPAddress>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to