次の方法で共有


IHubRouteTablesOperations インターフェイス

定義

HubRouteTablesOperations 操作。

public interface IHubRouteTablesOperations
type IHubRouteTablesOperations = interface
Public Interface IHubRouteTablesOperations

メソッド

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

存在しない場合は RouteTable リソースを作成し、それ以外の場合は既存の RouteTable を更新します。

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

RouteTable を削除します。

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

存在しない場合は RouteTable リソースを作成し、それ以外の場合は既存の RouteTable を更新します。

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

RouteTable を削除します。

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

RouteTable の詳細を取得します。

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

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

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

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

拡張メソッド

BeginCreateOrUpdate(IHubRouteTablesOperations, String, String, String, HubRouteTable)

存在しない場合は RouteTable リソースを作成し、それ以外の場合は既存の RouteTable を更新します。

BeginCreateOrUpdateAsync(IHubRouteTablesOperations, String, String, String, HubRouteTable, CancellationToken)

存在しない場合は RouteTable リソースを作成し、それ以外の場合は既存の RouteTable を更新します。

BeginDelete(IHubRouteTablesOperations, String, String, String)

RouteTable を削除します。

BeginDeleteAsync(IHubRouteTablesOperations, String, String, String, CancellationToken)

RouteTable を削除します。

CreateOrUpdate(IHubRouteTablesOperations, String, String, String, HubRouteTable)

存在しない場合は RouteTable リソースを作成し、それ以外の場合は既存の RouteTable を更新します。

CreateOrUpdateAsync(IHubRouteTablesOperations, String, String, String, HubRouteTable, CancellationToken)

存在しない場合は RouteTable リソースを作成し、それ以外の場合は既存の RouteTable を更新します。

Delete(IHubRouteTablesOperations, String, String, String)

RouteTable を削除します。

DeleteAsync(IHubRouteTablesOperations, String, String, String, CancellationToken)

RouteTable を削除します。

Get(IHubRouteTablesOperations, String, String, String)

RouteTable の詳細を取得します。

GetAsync(IHubRouteTablesOperations, String, String, String, CancellationToken)

RouteTable の詳細を取得します。

List(IHubRouteTablesOperations, String, String)

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

ListAsync(IHubRouteTablesOperations, String, String, CancellationToken)

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

ListNext(IHubRouteTablesOperations, String)

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

ListNextAsync(IHubRouteTablesOperations, String, CancellationToken)

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

適用対象