IApplicationGatewayOperations.GetConfigAsync Method (String, CancellationToken)
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
Task<ApplicationGatewayGetConfiguration> GetConfigAsync(
string gatewayName,
CancellationToken cancellationToken
)
Task<ApplicationGatewayGetConfiguration^>^ GetConfigAsync(
String^ gatewayName,
CancellationToken cancellationToken
)
abstract GetConfigAsync :
gatewayName:string *
cancellationToken:CancellationToken -> Task<ApplicationGatewayGetConfiguration>
Function GetConfigAsync (
gatewayName As String,
cancellationToken As CancellationToken
) As Task(Of ApplicationGatewayGetConfiguration)
Parameters
gatewayName
Type: System.StringThe id of the gateway.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<ApplicationGatewayGetConfiguration>
The response to a GetApplicationGatewayConfiguation request.
See Also
IApplicationGatewayOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace
Return to top