RouteMapsOperations interface
Interface representing a RouteMaps operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Creates a RouteMap if it doesn't exist else updates the existing one. |
| delete | Deletes a RouteMap. |
| get | Retrieves the details of a RouteMap. |
| list | Retrieves the details of all RouteMaps. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, virtualHubName: string, routeMapName: string, routeMapParameters: RouteMap, options?: RouteMapsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<RouteMap>, RouteMap>>
Property Value
(resourceGroupName: string, virtualHubName: string, routeMapName: string, routeMapParameters: RouteMap, options?: RouteMapsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<RouteMap>, RouteMap>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, virtualHubName: string, routeMapName: string, routeMapParameters: RouteMap, options?: RouteMapsCreateOrUpdateOptionalParams) => Promise<RouteMap>
Property Value
(resourceGroupName: string, virtualHubName: string, routeMapName: string, routeMapParameters: RouteMap, options?: RouteMapsCreateOrUpdateOptionalParams) => Promise<RouteMap>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, virtualHubName: string, routeMapName: string, options?: RouteMapsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, virtualHubName: string, routeMapName: string, options?: RouteMapsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, virtualHubName: string, routeMapName: string, options?: RouteMapsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, virtualHubName: string, routeMapName: string, options?: RouteMapsDeleteOptionalParams) => Promise<void>
createOrUpdate
Creates a RouteMap if it doesn't exist else updates the existing one.
createOrUpdate: (resourceGroupName: string, virtualHubName: string, routeMapName: string, routeMapParameters: RouteMap, options?: RouteMapsCreateOrUpdateOptionalParams) => PollerLike<OperationState<RouteMap>, RouteMap>
Property Value
(resourceGroupName: string, virtualHubName: string, routeMapName: string, routeMapParameters: RouteMap, options?: RouteMapsCreateOrUpdateOptionalParams) => PollerLike<OperationState<RouteMap>, RouteMap>
delete
Deletes a RouteMap.
delete: (resourceGroupName: string, virtualHubName: string, routeMapName: string, options?: RouteMapsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, virtualHubName: string, routeMapName: string, options?: RouteMapsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Retrieves the details of a RouteMap.
get: (resourceGroupName: string, virtualHubName: string, routeMapName: string, options?: RouteMapsGetOptionalParams) => Promise<RouteMap>
Property Value
(resourceGroupName: string, virtualHubName: string, routeMapName: string, options?: RouteMapsGetOptionalParams) => Promise<RouteMap>
list
Retrieves the details of all RouteMaps.
list: (resourceGroupName: string, virtualHubName: string, options?: RouteMapsListOptionalParams) => PagedAsyncIterableIterator<RouteMap, RouteMap[], PageSettings>
Property Value
(resourceGroupName: string, virtualHubName: string, options?: RouteMapsListOptionalParams) => PagedAsyncIterableIterator<RouteMap, RouteMap[], PageSettings>