次の方法で共有


IWebCategoriesOperations インターフェイス

定義

WebCategoriesOperations 操作。

public interface IWebCategoriesOperations
type IWebCategoriesOperations = interface
Public Interface IWebCategoriesOperations

メソッド

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

指定した Azure Web カテゴリを取得します。

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

サブスクリプション内のすべての Azure Web カテゴリを取得します。

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

サブスクリプション内のすべての Azure Web カテゴリを取得します。

拡張メソッド

Get(IWebCategoriesOperations, String, String)

指定した Azure Web カテゴリを取得します。

GetAsync(IWebCategoriesOperations, String, String, CancellationToken)

指定した Azure Web カテゴリを取得します。

ListBySubscription(IWebCategoriesOperations)

サブスクリプション内のすべての Azure Web カテゴリを取得します。

ListBySubscriptionAsync(IWebCategoriesOperations, CancellationToken)

サブスクリプション内のすべての Azure Web カテゴリを取得します。

ListBySubscriptionNext(IWebCategoriesOperations, String)

サブスクリプション内のすべての Azure Web カテゴリを取得します。

ListBySubscriptionNextAsync(IWebCategoriesOperations, String, CancellationToken)

サブスクリプション内のすべての Azure Web カテゴリを取得します。

適用対象