IMachine.NetworkIPAddress Property
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.
IPv4, IPv6 addresses of the machine
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=false, Description="IPv4, IPv6 addresses of the machine", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMachineIPAddress) }, Read=true, ReadOnly=true, Required=false, SerializedName="ipAddresses", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMachineIPAddress> NetworkIPAddress { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=false, Description="IPv4, IPv6 addresses of the machine", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMachineIPAddress) }, Read=true, ReadOnly=true, Required=false, SerializedName="ipAddresses", Update=false)>]
member this.NetworkIPAddress : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMachineIPAddress>
Public ReadOnly Property NetworkIPAddress As List(Of IMachineIPAddress)
Property Value
- Attributes