IMachineIPAddress.IP 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 or IPv6 address of the machine
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=false, Description="IPv4 or IPv6 address of the machine", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="ip", Update=false)]
public string IP { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=false, Description="IPv4 or IPv6 address of the machine", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="ip", Update=false)>]
member this.IP : string
Public ReadOnly Property IP As String
Property Value
- Attributes