Compartir a través de


IMachineIPAddress Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.MachineIPAddressTypeConverter))]
public interface IMachineIPAddress : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.MachineIPAddressTypeConverter))>]
type IMachineIPAddress = interface
    interface IJsonSerializable
Public Interface IMachineIPAddress
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Family

To determine if address belongs IPv4 or IPv6 family

IP

IPv4 or IPv6 address of the machine

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to