Language

ConfluentNetworkGatewayResource.GetAsync(CancellationToken) Method

Definition

Get confluent network gateway by Id

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}.
  • Operation Id. : NetworkGatewayResources_Get.
  • Default Api Version. : 2026-06-02-preview.
  • Resource. : ConfluentNetworkGatewayResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Confluent.ConfluentNetworkGatewayResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Confluent.ConfluentNetworkGatewayResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Confluent.ConfluentNetworkGatewayResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ConfluentNetworkGatewayResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to