RouteMapsOperationsExtensions Class

Definition

Extension methods for RouteMapsOperations.

public static class RouteMapsOperationsExtensions
type RouteMapsOperationsExtensions = class
Public Module RouteMapsOperationsExtensions
Inheritance
RouteMapsOperationsExtensions

Methods

BeginCreateOrUpdate(IRouteMapsOperations, String, String, String, RouteMap)

Creates a RouteMap if it doesn't exist else updates the existing one.

BeginCreateOrUpdateAsync(IRouteMapsOperations, String, String, String, RouteMap, CancellationToken)

Creates a RouteMap if it doesn't exist else updates the existing one.

BeginDelete(IRouteMapsOperations, String, String, String)

Deletes a RouteMap.

BeginDeleteAsync(IRouteMapsOperations, String, String, String, CancellationToken)

Deletes a RouteMap.

CreateOrUpdate(IRouteMapsOperations, String, String, String, RouteMap)

Creates a RouteMap if it doesn't exist else updates the existing one.

CreateOrUpdateAsync(IRouteMapsOperations, String, String, String, RouteMap, CancellationToken)

Creates a RouteMap if it doesn't exist else updates the existing one.

Delete(IRouteMapsOperations, String, String, String)

Deletes a RouteMap.

DeleteAsync(IRouteMapsOperations, String, String, String, CancellationToken)

Deletes a RouteMap.

Get(IRouteMapsOperations, String, String, String)

Retrieves the details of a RouteMap.

GetAsync(IRouteMapsOperations, String, String, String, CancellationToken)

Retrieves the details of a RouteMap.

List(IRouteMapsOperations, String, String)

Retrieves the details of all RouteMaps.

ListAsync(IRouteMapsOperations, String, String, CancellationToken)

Retrieves the details of all RouteMaps.

ListNext(IRouteMapsOperations, String)

Retrieves the details of all RouteMaps.

ListNextAsync(IRouteMapsOperations, String, CancellationToken)

Retrieves the details of all RouteMaps.

Applies to