WebCategoriesOperations interface

Interface representing a WebCategories operations.

Properties

get

Gets the specified Azure Web Category.

listBySubscription

Gets all the Azure Web Categories in a subscription.

Property Details

get

Gets the specified Azure Web Category.

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

Property Value

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

listBySubscription

Gets all the Azure Web Categories in a subscription.

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

Property Value

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