DevOpsNetworkProfile.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.
Read only. The list of static public IP addresses for outgoing connections assigned to the pool.
public System.Collections.Generic.IReadOnlyList<string> IPAddresses { get; }
member this.IPAddresses : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property IPAddresses As IReadOnlyList(Of String)