次の方法で共有


WebCategories interface

WebCategories を表すインターフェイス。

メソッド

get(string, WebCategoriesGetOptionalParams)

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

listBySubscription(WebCategoriesListBySubscriptionOptionalParams)

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

メソッドの詳細

get(string, WebCategoriesGetOptionalParams)

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

function get(name: string, options?: WebCategoriesGetOptionalParams): Promise<AzureWebCategory>

パラメーター

name

string

azureWebCategory の名前。

options
WebCategoriesGetOptionalParams

オプション パラメーター。

戻り値

Promise<AzureWebCategory>

listBySubscription(WebCategoriesListBySubscriptionOptionalParams)

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

function listBySubscription(options?: WebCategoriesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<AzureWebCategory, AzureWebCategory[], PageSettings>

パラメーター

options
WebCategoriesListBySubscriptionOptionalParams

オプション パラメーター。

戻り値