RemotePrivateEndpointConnectionARMResourceData.IPAddresses 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.
Private IPAddresses mapped to the remote private endpoint.
public System.Collections.Generic.IList<System.Net.IPAddress> IPAddresses { get; }
member this.IPAddresses : System.Collections.Generic.IList<System.Net.IPAddress>
Public ReadOnly Property IPAddresses As IList(Of IPAddress)