VirtualHubResource.GetRouteMap(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the details of a RouteMap.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routeMaps/{routeMapName}
- Operation Id: RouteMaps_Get
- Default Api Version: 2024-03-01
- Resource: RouteMapResource
public virtual Azure.Response<Azure.ResourceManager.Network.RouteMapResource> GetRouteMap (string routeMapName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRouteMap : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.RouteMapResource>
override this.GetRouteMap : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.RouteMapResource>
Public Overridable Function GetRouteMap (routeMapName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RouteMapResource)
Parameters
- routeMapName
- String
The name of the RouteMap.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
routeMapName
is null.
routeMapName
is an empty string, and was expected to be non-empty.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET