MachineIPAddress Class
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.
The machine IP address details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.MachineIPAddressTypeConverter))]
public class MachineIPAddress : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMachineIPAddress
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.MachineIPAddressTypeConverter))>]
type MachineIPAddress = class
interface IMachineIPAddress
interface IJsonSerializable
Public Class MachineIPAddress
Implements IMachineIPAddress
- Inheritance
-
MachineIPAddress
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| MachineIPAddress() |
Creates an new MachineIPAddress instance. |
Properties
| Name | Description |
|---|---|
| Family |
To determine if address belongs IPv4 or IPv6 family |
| IP |
IPv4 or IPv6 address of the machine |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MachineIPAddress. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MachineIPAddress. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMachineIPAddress. |
| FromJsonString(String) |
Creates a new instance of MachineIPAddress, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of MachineIPAddress into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |