BillingAccounts interface
BillingAccounts를 나타내는 인터페이스입니다.
메서드
begin |
청구 계정의 속성을 업데이트. 현재 displayName 및 주소를 업데이트할 수 있습니다. 이 작업은 계약 유형이 Microsoft 고객 계약 청구 계정에 대해서만 지원됩니다. |
begin |
청구 계정의 속성을 업데이트. 현재 displayName 및 주소를 업데이트할 수 있습니다. 이 작업은 계약 유형이 Microsoft 고객 계약 청구 계정에 대해서만 지원됩니다. |
get(string, Billing |
해당 ID로 청구 계정을 가져옵니다. |
list(Billing |
사용자가 액세스할 수 있는 청구 계정을 나열합니다. |
list |
사용자에게 Azure 구독을 만들 수 있는 권한이 있는 청구서 섹션을 나열합니다. 이 작업은 계약 유형이 Microsoft 고객 계약 청구 계정에 대해서만 지원됩니다. |
메서드 세부 정보
beginUpdate(string, BillingAccountUpdateRequest, BillingAccountsUpdateOptionalParams)
청구 계정의 속성을 업데이트. 현재 displayName 및 주소를 업데이트할 수 있습니다. 이 작업은 계약 유형이 Microsoft 고객 계약 청구 계정에 대해서만 지원됩니다.
function beginUpdate(billingAccountName: string, parameters: BillingAccountUpdateRequest, options?: BillingAccountsUpdateOptionalParams): Promise<PollerLike<PollOperationState<BillingAccount>, BillingAccount>>
매개 변수
- billingAccountName
-
string
청구 계정을 고유하게 식별하는 ID입니다.
- parameters
- BillingAccountUpdateRequest
청구 계정 업데이트 작업에 제공되는 요청 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<PollerLike<@azure/core-lro.PollOperationState<BillingAccount>, BillingAccount>>
beginUpdateAndWait(string, BillingAccountUpdateRequest, BillingAccountsUpdateOptionalParams)
청구 계정의 속성을 업데이트. 현재 displayName 및 주소를 업데이트할 수 있습니다. 이 작업은 계약 유형이 Microsoft 고객 계약 청구 계정에 대해서만 지원됩니다.
function beginUpdateAndWait(billingAccountName: string, parameters: BillingAccountUpdateRequest, options?: BillingAccountsUpdateOptionalParams): Promise<BillingAccount>
매개 변수
- billingAccountName
-
string
청구 계정을 고유하게 식별하는 ID입니다.
- parameters
- BillingAccountUpdateRequest
청구 계정 업데이트 작업에 제공되는 요청 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<BillingAccount>
get(string, BillingAccountsGetOptionalParams)
해당 ID로 청구 계정을 가져옵니다.
function get(billingAccountName: string, options?: BillingAccountsGetOptionalParams): Promise<BillingAccount>
매개 변수
- billingAccountName
-
string
청구 계정을 고유하게 식별하는 ID입니다.
- options
- BillingAccountsGetOptionalParams
옵션 매개 변수입니다.
반환
Promise<BillingAccount>
list(BillingAccountsListOptionalParams)
사용자가 액세스할 수 있는 청구 계정을 나열합니다.
function list(options?: BillingAccountsListOptionalParams): PagedAsyncIterableIterator<BillingAccount, BillingAccount[], PageSettings>
매개 변수
옵션 매개 변수입니다.
반환
listInvoiceSectionsByCreateSubscriptionPermission(string, BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionOptionalParams)
사용자에게 Azure 구독을 만들 수 있는 권한이 있는 청구서 섹션을 나열합니다. 이 작업은 계약 유형이 Microsoft 고객 계약 청구 계정에 대해서만 지원됩니다.
function listInvoiceSectionsByCreateSubscriptionPermission(billingAccountName: string, options?: BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionOptionalParams): PagedAsyncIterableIterator<InvoiceSectionWithCreateSubPermission, InvoiceSectionWithCreateSubPermission[], PageSettings>
매개 변수
- billingAccountName
-
string
청구 계정을 고유하게 식별하는 ID입니다.
옵션 매개 변수입니다.