다음을 통해 공유


ContainerServiceMachineProperties Class

Definition

The properties of the machine Serialized Name: MachineProperties

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

Properties

Name Description
NetworkIPAddresses

IPv4, IPv6 addresses of the machine Serialized Name: MachineNetworkProperties.ipAddresses

ResourceId

Azure resource id of the machine. It can be used to GET underlying VM Instance Serialized Name: MachineProperties.resourceId

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ContainerServiceMachineProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceMachineProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceMachineProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerServiceMachineProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to