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)

public:
property IList<String^>^ VirtualIPs {
	IList<String^>^ get();
	void set(IList<String^>^ value);
}
Return to top
Show: