IRemotePrivateEndpointConnectionProperties.IPAddress Property

Definition

Private IPAddresses mapped to the remote private endpoint

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Private IPAddresses mapped to the remote 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.Functions.Runtime.Info(Create=true, Description="Private IPAddresses mapped to the remote 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