ApplicationGatewayOperationsExtensions.GetConfigAsync 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 Task<ApplicationGatewayGetConfiguration> GetConfigAsync(
    this IApplicationGatewayOperations operations,
    string gatewayName
)
public:
[ExtensionAttribute]
static Task<ApplicationGatewayGetConfiguration^>^ GetConfigAsync(
    IApplicationGatewayOperations^ operations,
    String^ gatewayName
)
static member GetConfigAsync : 
        operations:IApplicationGatewayOperations *
        gatewayName:string -> Task<ApplicationGatewayGetConfiguration>
<ExtensionAttribute>
Public Shared Function GetConfigAsync (
    operations As IApplicationGatewayOperations,
    gatewayName As String
) As Task(Of ApplicationGatewayGetConfiguration)

Parameters

  • gatewayName
    Type: System.String

    Required. The id of the gateway.

Return Value

Type: System.Threading.Tasks.Task<ApplicationGatewayGetConfiguration>

The response to a GetApplicationGatewayConfiguation request.

See Also

ApplicationGatewayOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace

Return to top