IApplicationGatewayOperations.GetAsync Method (String, CancellationToken)
The Get Application Gateway operation retrieves the application gateway provisioned for the given subscription. (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<ApplicationGatewayGetResponse> GetAsync(
string gatewayName,
CancellationToken cancellationToken
)
Task<ApplicationGatewayGetResponse^>^ GetAsync(
String^ gatewayName,
CancellationToken cancellationToken
)
abstract GetAsync :
gatewayName:string *
cancellationToken:CancellationToken -> Task<ApplicationGatewayGetResponse>
Function GetAsync (
gatewayName As String,
cancellationToken As CancellationToken
) As Task(Of ApplicationGatewayGetResponse)
Parameters
gatewayName
Type: System.StringThe name of the gateway.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<ApplicationGatewayGetResponse>
The response body contains details of the application gateway.
See Also
IApplicationGatewayOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace
Return to top