다음을 통해 공유


LotsOperations interface

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

메서드

listByBillingAccount(string, LotsListByBillingAccountOptionalParams)

청구 계정 또는 청구 프로필에 대한 모든 Azure 크레딧 및 Microsoft Azure 사용 약정을 나열합니다. Microsoft Azure 사용 약정은 청구 계정 범위에 대해서만 지원됩니다.

listByBillingProfile(string, string, LotsListByBillingProfileOptionalParams)

청구 계정 또는 청구 프로필에 대한 모든 Azure 크레딧 및 Microsoft Azure 사용 약정을 나열합니다. Microsoft Azure 사용 약정은 청구 계정 범위에 대해서만 지원됩니다.

메서드 세부 정보

listByBillingAccount(string, LotsListByBillingAccountOptionalParams)

청구 계정 또는 청구 프로필에 대한 모든 Azure 크레딧 및 Microsoft Azure 사용 약정을 나열합니다. Microsoft Azure 사용 약정은 청구 계정 범위에 대해서만 지원됩니다.

function listByBillingAccount(billingAccountId: string, options?: LotsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<LotSummary, LotSummary[], PageSettings>

매개 변수

billingAccountId

string

청구 계정 ID

options
LotsListByBillingAccountOptionalParams

옵션 매개 변수입니다.

반환

listByBillingProfile(string, string, LotsListByBillingProfileOptionalParams)

청구 계정 또는 청구 프로필에 대한 모든 Azure 크레딧 및 Microsoft Azure 사용 약정을 나열합니다. Microsoft Azure 사용 약정은 청구 계정 범위에 대해서만 지원됩니다.

function listByBillingProfile(billingAccountId: string, billingProfileId: string, options?: LotsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<LotSummary, LotSummary[], PageSettings>

매개 변수

billingAccountId

string

청구 계정 ID

billingProfileId

string

Azure 청구 프로필 ID입니다.

options
LotsListByBillingProfileOptionalParams

옵션 매개 변수입니다.

반환