ICustomDnsConfigPropertiesFormat.IPAddress Property

Definition

A list of private ip addresses of the private endpoint.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="A list of private ip addresses of the private endpoint.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipAddresses", Update=true)]
public System.Collections.Generic.List<string> IPAddress { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="A list of private ip addresses of the private endpoint.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipAddresses", Update=true)>]
member this.IPAddress : System.Collections.Generic.List<string> with get, set
Public Property IPAddress As List(Of String)

Property Value

Attributes

Applies to