다음을 통해 공유


IMachine.NetworkIPAddress Property

Definition

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

Applies to