Share via


ExpressRouteGatewayCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}
  • Operation Id: ExpressRouteGateways_Get
  • Default Api Version: 2023-09-01
  • Resource: ExpressRouteGatewayResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Network.ExpressRouteGatewayResource> GetIfExists (string expressRouteGatewayName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.ExpressRouteGatewayResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.ExpressRouteGatewayResource>
Public Overridable Function GetIfExists (expressRouteGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of ExpressRouteGatewayResource)

Parameters

expressRouteGatewayName
String

The name of the ExpressRoute gateway.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

expressRouteGatewayName is null.

Applies to