ApplicationGatewayOperationsExtensions::GetConfig Method (IApplicationGatewayOperations^, String^)
The Get Application Gateway Configuration operation retrieves the configuration of the gateway. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
public: [ExtensionAttribute] static ApplicationGatewayGetConfiguration^ GetConfig( IApplicationGatewayOperations^ operations, String^ gatewayName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Network::IApplicationGatewayOperations^
Reference to the Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
- gatewayName
-
Type:
System::String^
Required. The id of the gateway.
Return Value
Type: Microsoft.WindowsAzure.Management.Network.Models::ApplicationGatewayGetConfiguration^The response to a GetApplicationGatewayConfiguation request.
Show: