NetworkManagementClient.Gateways Property
The Network Management API includes operations for managing the gateways for your subscription. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx for more information)
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public virtual IGatewayOperations Gateways { get; }
public:
property IGatewayOperations^ Gateways {
virtual IGatewayOperations^ get();
}
abstract Gateways : IGatewayOperations with get
override Gateways : IGatewayOperations with get
Public Overridable ReadOnly Property Gateways As IGatewayOperations
Property Value
Type: Microsoft.WindowsAzure.Management.Network.IGatewayOperations
Implements
INetworkManagementClient.Gateways
See Also
NetworkManagementClient Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top