你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>

参数

返回