ApplicationGatewayCollection.GetAsync(String, CancellationToken) Method

Definition

Gets the specified application gateway.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}.
  • Operation Id. : ApplicationGateways_Get.
  • Default Api Version. : 2025-07-01.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.ApplicationGatewayResource>> GetAsync(string applicationGatewayName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.ApplicationGatewayResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.ApplicationGatewayResource>>
Public Overridable Function GetAsync (applicationGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApplicationGatewayResource))

Parameters

applicationGatewayName
String

The name of the application gateway.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

applicationGatewayName is null.

applicationGatewayName is an empty string, and was expected to be non-empty.

Applies to