EventsOperations interface
EventsOperations를 나타내는 인터페이스입니다.
메서드
| list |
지정된 시작 및 종료 날짜에 대한 청구 계정 또는 청구 프로필에 대한 Azure 크레딧 또는 Microsoft Azure 사용 약정을 감소시키는 이벤트를 나열합니다. |
| list |
지정된 시작 및 종료 날짜에 대한 청구 계정 또는 청구 프로필에 대한 Azure 크레딧 또는 Microsoft Azure 사용 약정을 감소시키는 이벤트를 나열합니다. |
메서드 세부 정보
listByBillingAccount(string, EventsListByBillingAccountOptionalParams)
지정된 시작 및 종료 날짜에 대한 청구 계정 또는 청구 프로필에 대한 Azure 크레딧 또는 Microsoft Azure 사용 약정을 감소시키는 이벤트를 나열합니다.
function listByBillingAccount(billingAccountId: string, options?: EventsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<EventSummary, EventSummary[], PageSettings>
매개 변수
- billingAccountId
-
string
청구 계정 ID
옵션 매개 변수입니다.
반환
listByBillingProfile(string, string, string, string, EventsListByBillingProfileOptionalParams)
지정된 시작 및 종료 날짜에 대한 청구 계정 또는 청구 프로필에 대한 Azure 크레딧 또는 Microsoft Azure 사용 약정을 감소시키는 이벤트를 나열합니다.
function listByBillingProfile(billingAccountId: string, billingProfileId: string, startDate: string, endDate: string, options?: EventsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<EventSummary, EventSummary[], PageSettings>
매개 변수
- billingAccountId
-
string
청구 계정 ID
- billingProfileId
-
string
Azure 청구 프로필 ID입니다.
- startDate
-
string
시작 날짜
- endDate
-
string
종료 날짜
옵션 매개 변수입니다.