MachineNetworkProperties 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.
network properties of the machine
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.MachineNetworkPropertiesTypeConverter))]
public class MachineNetworkProperties : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMachineNetworkProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.MachineNetworkPropertiesTypeConverter))>]
type MachineNetworkProperties = class
interface IMachineNetworkProperties
interface IJsonSerializable
Public Class MachineNetworkProperties
Implements IMachineNetworkProperties
- Inheritance
-
MachineNetworkProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| MachineNetworkProperties() |
Creates an new MachineNetworkProperties instance. |
Properties
| Name | Description |
|---|---|
| IPAddress |
IPv4, IPv6 addresses of the machine |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MachineNetworkProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MachineNetworkProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMachineNetworkProperties. |
| FromJsonString(String) |
Creates a new instance of MachineNetworkProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of MachineNetworkProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |