Language

ConfluentNetworkGatewayResource.Get(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 Azure.Response<Azure.ResourceManager.Confluent.ConfluentNetworkGatewayResource> Get(System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Confluent.ConfluentNetworkGatewayResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Confluent.ConfluentNetworkGatewayResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ConfluentNetworkGatewayResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to