Compartir a través de


ContainerServiceMachineIPAddress Class

Definition

The machine IP address details. Serialized Name: MachineIpAddress

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

Properties

Name Description
Family

To determine if address belongs IPv4 or IPv6 family Serialized Name: MachineIpAddress.family

IP

IPv4 or IPv6 address of the machine Serialized Name: MachineIpAddress.ip

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ContainerServiceMachineIPAddress>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceMachineIPAddress>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceMachineIPAddress>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerServiceMachineIPAddress>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to