Share via


RouteMapCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

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

Parameters

routeMapName
String

The name of the RouteMap.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

routeMapName is null.

Applies to