IMachineIPAddress Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |