WebCategories interface

Interface representing a WebCategories.

Methods

get(string, WebCategoriesGetOptionalParams)

Gets the specified Azure Web Category.

listBySubscription(WebCategoriesListBySubscriptionOptionalParams)

Gets all the Azure Web Categories in a subscription.

Method Details

get(string, WebCategoriesGetOptionalParams)

Gets the specified Azure Web Category.

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

Parameters

name

string

The name of the azureWebCategory.

options
WebCategoriesGetOptionalParams

The options parameters.

Returns

Promise<AzureWebCategory>

listBySubscription(WebCategoriesListBySubscriptionOptionalParams)

Gets all the Azure Web Categories in a subscription.

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

Parameters

options
WebCategoriesListBySubscriptionOptionalParams

The options parameters.

Returns