次の方法で共有


IRouteMapsOperations インターフェイス

定義

RouteMapsOperations 操作。

public interface IRouteMapsOperations
type IRouteMapsOperations = interface
Public Interface IRouteMapsOperations

メソッド

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, RouteMap, Dictionary<String,List<String>>, CancellationToken)

存在しない場合は RouteMap を作成し、既存のものを更新します。

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

RouteMap を削除します。

CreateOrUpdateWithHttpMessagesAsync(String, String, String, RouteMap, Dictionary<String,List<String>>, CancellationToken)

存在しない場合は RouteMap を作成し、既存のものを更新します。

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

RouteMap を削除します。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

RouteMap の詳細を取得します。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

すべての RouteMap の詳細を取得します。

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

すべての RouteMap の詳細を取得します。

拡張メソッド

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

存在しない場合は RouteMap を作成し、既存のものを更新します。

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

存在しない場合は RouteMap を作成し、既存のものを更新します。

BeginDelete(IRouteMapsOperations, String, String, String)

RouteMap を削除します。

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

RouteMap を削除します。

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

存在しない場合は RouteMap を作成し、既存のものを更新します。

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

存在しない場合は RouteMap を作成し、既存のものを更新します。

Delete(IRouteMapsOperations, String, String, String)

RouteMap を削除します。

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

RouteMap を削除します。

Get(IRouteMapsOperations, String, String, String)

RouteMap の詳細を取得します。

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

RouteMap の詳細を取得します。

List(IRouteMapsOperations, String, String)

すべての RouteMap の詳細を取得します。

ListAsync(IRouteMapsOperations, String, String, CancellationToken)

すべての RouteMap の詳細を取得します。

ListNext(IRouteMapsOperations, String)

すべての RouteMap の詳細を取得します。

ListNextAsync(IRouteMapsOperations, String, CancellationToken)

すべての RouteMap の詳細を取得します。

適用対象