다음을 통해 공유


BillingAccounts interface

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

메서드

beginAddPaymentTerms(string, PaymentTerm[], BillingAccountsAddPaymentTermsOptionalParams)

청구 계정의 모든 청구 프로필에 결제 조건을 추가합니다. 현재 결제 조건은 계약 유형이 'Microsoft 고객 계약'이고 AccountType이 '기업'인 청구 계정에만 추가할 수 있습니다. 이 작업에는 사전 승인이 필요하며 필드 판매자만 지불 조건을 추가할 권한이 있으며 셀프 서비스 작업이 아닙니다.

beginAddPaymentTermsAndWait(string, PaymentTerm[], BillingAccountsAddPaymentTermsOptionalParams)

청구 계정의 모든 청구 프로필에 결제 조건을 추가합니다. 현재 결제 조건은 계약 유형이 'Microsoft 고객 계약'이고 AccountType이 '기업'인 청구 계정에만 추가할 수 있습니다. 이 작업에는 사전 승인이 필요하며 필드 판매자만 지불 조건을 추가할 권한이 있으며 셀프 서비스 작업이 아닙니다.

beginCancelPaymentTerms(string, Date, BillingAccountsCancelPaymentTermsOptionalParams)

요청의 취소 날짜 이후인 청구 계정의 모든 결제 조건을 취소합니다. 현재 결제 조건 취소는 관리자 작업에서만 제공되며 셀프 서비스 작업이 아닙니다.

beginCancelPaymentTermsAndWait(string, Date, BillingAccountsCancelPaymentTermsOptionalParams)

요청의 취소 날짜 이후인 청구 계정의 모든 결제 조건을 취소합니다. 현재 결제 조건 취소는 관리자 작업에서만 제공되며 셀프 서비스 작업이 아닙니다.

beginUpdate(string, BillingAccountPatch, BillingAccountsUpdateOptionalParams)

청구 계정의 속성을 업데이트합니다. 현재 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해 displayName 및 주소를 업데이트할 수 있습니다. 현재 주소 및 알림 전자 메일 주소는 계약 유형이 Microsoft Online Services 계약인 청구 계정에 대해 업데이트할 수 있습니다. 현재 구매 주문 번호는 계약 유형 기업계약이 있는 청구 계정에 대해 편집할 수 있습니다.

beginUpdateAndWait(string, BillingAccountPatch, BillingAccountsUpdateOptionalParams)

청구 계정의 속성을 업데이트합니다. 현재 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해 displayName 및 주소를 업데이트할 수 있습니다. 현재 주소 및 알림 전자 메일 주소는 계약 유형이 Microsoft Online Services 계약인 청구 계정에 대해 업데이트할 수 있습니다. 현재 구매 주문 번호는 계약 유형 기업계약이 있는 청구 계정에 대해 편집할 수 있습니다.

confirmTransition(string, BillingAccountsConfirmTransitionOptionalParams)

계약 유형 Microsoft Online Services 프로그램에서 계약 유형 Microsoft 고객 계약으로 전환된 청구 계정에 대한 전환 세부 정보를 가져옵니다.

get(string, BillingAccountsGetOptionalParams)

해당 ID로 청구 계정을 가져옵니다.

list(BillingAccountsListOptionalParams)

사용자가 액세스할 수 있는 청구 계정을 나열합니다.

listInvoiceSectionsByCreateSubscriptionPermission(string, BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionOptionalParams)

사용자에게 Azure 구독을 만들 수 있는 권한이 있는 청구서 섹션을 나열합니다. 이 작업은 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해서만 지원됩니다.

validatePaymentTerms(string, PaymentTerm[], BillingAccountsValidatePaymentTermsOptionalParams)

계약 유형이 'Microsoft 고객 계약'이고 계정 유형이 'Enterprise'인 청구 계정에서 결제 조건의 유효성을 검사합니다.

메서드 세부 정보

beginAddPaymentTerms(string, PaymentTerm[], BillingAccountsAddPaymentTermsOptionalParams)

청구 계정의 모든 청구 프로필에 결제 조건을 추가합니다. 현재 결제 조건은 계약 유형이 'Microsoft 고객 계약'이고 AccountType이 '기업'인 청구 계정에만 추가할 수 있습니다. 이 작업에는 사전 승인이 필요하며 필드 판매자만 지불 조건을 추가할 권한이 있으며 셀프 서비스 작업이 아닙니다.

function beginAddPaymentTerms(billingAccountName: string, parameters: PaymentTerm[], options?: BillingAccountsAddPaymentTermsOptionalParams): Promise<SimplePollerLike<OperationState<BillingAccount>, BillingAccount>>

매개 변수

billingAccountName

string

청구 계정을 고유하게 식별하는 ID입니다.

parameters

PaymentTerm[]

지불 기간의 속성입니다.

options
BillingAccountsAddPaymentTermsOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<BillingAccount>, BillingAccount>>

beginAddPaymentTermsAndWait(string, PaymentTerm[], BillingAccountsAddPaymentTermsOptionalParams)

청구 계정의 모든 청구 프로필에 결제 조건을 추가합니다. 현재 결제 조건은 계약 유형이 'Microsoft 고객 계약'이고 AccountType이 '기업'인 청구 계정에만 추가할 수 있습니다. 이 작업에는 사전 승인이 필요하며 필드 판매자만 지불 조건을 추가할 권한이 있으며 셀프 서비스 작업이 아닙니다.

function beginAddPaymentTermsAndWait(billingAccountName: string, parameters: PaymentTerm[], options?: BillingAccountsAddPaymentTermsOptionalParams): Promise<BillingAccount>

매개 변수

billingAccountName

string

청구 계정을 고유하게 식별하는 ID입니다.

parameters

PaymentTerm[]

지불 기간의 속성입니다.

options
BillingAccountsAddPaymentTermsOptionalParams

옵션 매개 변수입니다.

반환

Promise<BillingAccount>

beginCancelPaymentTerms(string, Date, BillingAccountsCancelPaymentTermsOptionalParams)

요청의 취소 날짜 이후인 청구 계정의 모든 결제 조건을 취소합니다. 현재 결제 조건 취소는 관리자 작업에서만 제공되며 셀프 서비스 작업이 아닙니다.

function beginCancelPaymentTerms(billingAccountName: string, parameters: Date, options?: BillingAccountsCancelPaymentTermsOptionalParams): Promise<SimplePollerLike<OperationState<BillingAccount>, BillingAccount>>

매개 변수

billingAccountName

string

청구 계정을 고유하게 식별하는 ID입니다.

parameters

Date

취소해야 하는 모든 결제 조건을 취소해야 하는 날짜입니다.

options
BillingAccountsCancelPaymentTermsOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<BillingAccount>, BillingAccount>>

beginCancelPaymentTermsAndWait(string, Date, BillingAccountsCancelPaymentTermsOptionalParams)

요청의 취소 날짜 이후인 청구 계정의 모든 결제 조건을 취소합니다. 현재 결제 조건 취소는 관리자 작업에서만 제공되며 셀프 서비스 작업이 아닙니다.

function beginCancelPaymentTermsAndWait(billingAccountName: string, parameters: Date, options?: BillingAccountsCancelPaymentTermsOptionalParams): Promise<BillingAccount>

매개 변수

billingAccountName

string

청구 계정을 고유하게 식별하는 ID입니다.

parameters

Date

취소해야 하는 모든 결제 조건을 취소해야 하는 날짜입니다.

options
BillingAccountsCancelPaymentTermsOptionalParams

옵션 매개 변수입니다.

반환

Promise<BillingAccount>

beginUpdate(string, BillingAccountPatch, BillingAccountsUpdateOptionalParams)

청구 계정의 속성을 업데이트합니다. 현재 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해 displayName 및 주소를 업데이트할 수 있습니다. 현재 주소 및 알림 전자 메일 주소는 계약 유형이 Microsoft Online Services 계약인 청구 계정에 대해 업데이트할 수 있습니다. 현재 구매 주문 번호는 계약 유형 기업계약이 있는 청구 계정에 대해 편집할 수 있습니다.

function beginUpdate(billingAccountName: string, parameters: BillingAccountPatch, options?: BillingAccountsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BillingAccount>, BillingAccount>>

매개 변수

billingAccountName

string

청구 계정을 고유하게 식별하는 ID입니다.

parameters
BillingAccountPatch

청구 계정입니다.

options
BillingAccountsUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<BillingAccount>, BillingAccount>>

beginUpdateAndWait(string, BillingAccountPatch, BillingAccountsUpdateOptionalParams)

청구 계정의 속성을 업데이트합니다. 현재 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해 displayName 및 주소를 업데이트할 수 있습니다. 현재 주소 및 알림 전자 메일 주소는 계약 유형이 Microsoft Online Services 계약인 청구 계정에 대해 업데이트할 수 있습니다. 현재 구매 주문 번호는 계약 유형 기업계약이 있는 청구 계정에 대해 편집할 수 있습니다.

function beginUpdateAndWait(billingAccountName: string, parameters: BillingAccountPatch, options?: BillingAccountsUpdateOptionalParams): Promise<BillingAccount>

매개 변수

billingAccountName

string

청구 계정을 고유하게 식별하는 ID입니다.

parameters
BillingAccountPatch

청구 계정입니다.

options
BillingAccountsUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<BillingAccount>

confirmTransition(string, BillingAccountsConfirmTransitionOptionalParams)

계약 유형 Microsoft Online Services 프로그램에서 계약 유형 Microsoft 고객 계약으로 전환된 청구 계정에 대한 전환 세부 정보를 가져옵니다.

function confirmTransition(billingAccountName: string, options?: BillingAccountsConfirmTransitionOptionalParams): Promise<TransitionDetails>

매개 변수

billingAccountName

string

청구 계정을 고유하게 식별하는 ID입니다.

options
BillingAccountsConfirmTransitionOptionalParams

옵션 매개 변수입니다.

반환

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>

매개 변수

options
BillingAccountsListOptionalParams

옵션 매개 변수입니다.

반환

listInvoiceSectionsByCreateSubscriptionPermission(string, BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionOptionalParams)

사용자에게 Azure 구독을 만들 수 있는 권한이 있는 청구서 섹션을 나열합니다. 이 작업은 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해서만 지원됩니다.

function listInvoiceSectionsByCreateSubscriptionPermission(billingAccountName: string, options?: BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionOptionalParams): PagedAsyncIterableIterator<InvoiceSectionWithCreateSubPermission, InvoiceSectionWithCreateSubPermission[], PageSettings>

매개 변수

billingAccountName

string

청구 계정을 고유하게 식별하는 ID입니다.

반환

validatePaymentTerms(string, PaymentTerm[], BillingAccountsValidatePaymentTermsOptionalParams)

계약 유형이 'Microsoft 고객 계약'이고 계정 유형이 'Enterprise'인 청구 계정에서 결제 조건의 유효성을 검사합니다.

function validatePaymentTerms(billingAccountName: string, parameters: PaymentTerm[], options?: BillingAccountsValidatePaymentTermsOptionalParams): Promise<PaymentTermsEligibilityResult>

매개 변수

billingAccountName

string

청구 계정을 고유하게 식별하는 ID입니다.

parameters

PaymentTerm[]

지불 기간의 속성입니다.

options
BillingAccountsValidatePaymentTermsOptionalParams

옵션 매개 변수입니다.

반환