다음을 통해 공유


WebCategories interface

WebCategories를 나타내는 인터페이스입니다.

메서드

get(string, WebCategoriesGetOptionalParams)

지정된 Azure 웹 범주를 가져옵니다.

listBySubscription(WebCategoriesListBySubscriptionOptionalParams)

구독의 모든 Azure 웹 범주를 가져옵니다.

메서드 세부 정보

get(string, WebCategoriesGetOptionalParams)

지정된 Azure 웹 범주를 가져옵니다.

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

매개 변수

name

string

azureWebCategory의 이름입니다.

options
WebCategoriesGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<AzureWebCategory>

listBySubscription(WebCategoriesListBySubscriptionOptionalParams)

구독의 모든 Azure 웹 범주를 가져옵니다.

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

매개 변수

options
WebCategoriesListBySubscriptionOptionalParams

옵션 매개 변수입니다.

반환