IApplicationGatewayOperations::GetConfigAsync Method (String^, CancellationToken)

 

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)

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Task<ApplicationGatewayGetConfiguration^>^ GetConfigAsync(
	String^ gatewayName,
	CancellationToken cancellationToken
)

Parameters

gatewayName
Type: System::String^

The id of the gateway.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

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

The response to a GetApplicationGatewayConfiguation request.

Return to top
Show: