ApplicationGatewayOperationsExtensions.GetConfig Method (IApplicationGatewayOperations, String)
The Get Application Gateway Configuration operation retrieves the configuration of the gateway. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public static ApplicationGatewayGetConfiguration GetConfig(
this IApplicationGatewayOperations operations,
string gatewayName
)
public:
[ExtensionAttribute]
static ApplicationGatewayGetConfiguration^ GetConfig(
IApplicationGatewayOperations^ operations,
String^ gatewayName
)
static member GetConfig :
operations:IApplicationGatewayOperations *
gatewayName:string -> ApplicationGatewayGetConfiguration
<ExtensionAttribute>
Public Shared Function GetConfig (
operations As IApplicationGatewayOperations,
gatewayName As String
) As ApplicationGatewayGetConfiguration
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperationsReference to the Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
gatewayName
Type: System.StringRequired. The id of the gateway.
Return Value
Type: Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetConfiguration
The response to a GetApplicationGatewayConfiguation request.
See Also
ApplicationGatewayOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top