Share via


ApplicationGatewayGetResponse.VirtualIPs Property

 

Optional. Virtual IP list of the gateway.

Namespace:   Microsoft.WindowsAzure.Management.Network.Models
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

public IList<string> VirtualIPs { get; set; }
public:
property IList<String^>^ VirtualIPs {
    IList<String^>^ get();
    void set(IList<String^>^ value);
}
member VirtualIPs : IList<string> with get, set
Public Property VirtualIPs As IList(Of String)

Property Value

Type: System.Collections.Generic.IList<String>

See Also

ApplicationGatewayGetResponse Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top