IIPEntity.Address Property

Definition

The IP address as string, e.g. 127.0.0.1 (either in Ipv4 or Ipv6)

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="The IP address as string, e.g. 127.0.0.1 (either in Ipv4 or Ipv6)", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="address", Update=false)]
public string Address { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="The IP address as string, e.g. 127.0.0.1 (either in Ipv4 or Ipv6)", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="address", Update=false)>]
member this.Address : string
Public ReadOnly Property Address As String

Property Value

Attributes

Applies to