Share via


WorkloadNetworkGatewayCollection.Get(String, CancellationToken) Method

Definition

Get a WorkloadNetworkGateway

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/default/gateways/{gatewayId}
  • Operation Id: WorkloadNetworks_GetGateway
  • Default Api Version: 2023-09-01
  • Resource: WorkloadNetworkGatewayResource
public virtual Azure.Response<Azure.ResourceManager.Avs.WorkloadNetworkGatewayResource> Get (string gatewayId, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Avs.WorkloadNetworkGatewayResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Avs.WorkloadNetworkGatewayResource>
Public Overridable Function Get (gatewayId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WorkloadNetworkGatewayResource)

Parameters

gatewayId
String

The ID of the NSX Gateway.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

gatewayId is null.

Applies to