다음을 통해 공유


InvoiceSections interface

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

메서드

beginCreateOrUpdate(string, string, string, InvoiceSection, InvoiceSectionsCreateOrUpdateOptionalParams)

청구서 섹션을 만들거나 업데이트합니다. 이 작업은 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해서만 지원됩니다.

beginCreateOrUpdateAndWait(string, string, string, InvoiceSection, InvoiceSectionsCreateOrUpdateOptionalParams)

청구서 섹션을 만들거나 업데이트합니다. 이 작업은 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해서만 지원됩니다.

beginDelete(string, string, string, InvoiceSectionsDeleteOptionalParams)

청구서 섹션을 삭제합니다. 이 작업은 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해 지원됩니다.

beginDeleteAndWait(string, string, string, InvoiceSectionsDeleteOptionalParams)

청구서 섹션을 삭제합니다. 이 작업은 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해 지원됩니다.

get(string, string, string, InvoiceSectionsGetOptionalParams)

해당 ID로 청구서 섹션을 가져옵니다. 이 작업은 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해서만 지원됩니다.

listByBillingProfile(string, string, InvoiceSectionsListByBillingProfileOptionalParams)

사용자가 액세스할 수 있는 청구서 섹션을 나열합니다. 이 작업은 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해서만 지원됩니다.

validateDeleteEligibility(string, string, string, InvoiceSectionsValidateDeleteEligibilityOptionalParams)

청구서 섹션을 삭제할 수 있는지 확인합니다. 이 작업은 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해 지원됩니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, string, InvoiceSection, InvoiceSectionsCreateOrUpdateOptionalParams)

청구서 섹션을 만들거나 업데이트합니다. 이 작업은 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해서만 지원됩니다.

function beginCreateOrUpdate(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, parameters: InvoiceSection, options?: InvoiceSectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<InvoiceSection>, InvoiceSection>>

매개 변수

billingAccountName

string

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

billingProfileName

string

청구 프로필을 고유하게 식별하는 ID입니다.

invoiceSectionName

string

청구서 섹션을 고유하게 식별하는 ID입니다.

parameters
InvoiceSection

청구서 섹션입니다.

options
InvoiceSectionsCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

beginCreateOrUpdateAndWait(string, string, string, InvoiceSection, InvoiceSectionsCreateOrUpdateOptionalParams)

청구서 섹션을 만들거나 업데이트합니다. 이 작업은 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해서만 지원됩니다.

function beginCreateOrUpdateAndWait(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, parameters: InvoiceSection, options?: InvoiceSectionsCreateOrUpdateOptionalParams): Promise<InvoiceSection>

매개 변수

billingAccountName

string

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

billingProfileName

string

청구 프로필을 고유하게 식별하는 ID입니다.

invoiceSectionName

string

청구서 섹션을 고유하게 식별하는 ID입니다.

parameters
InvoiceSection

청구서 섹션입니다.

options
InvoiceSectionsCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<InvoiceSection>

beginDelete(string, string, string, InvoiceSectionsDeleteOptionalParams)

청구서 섹션을 삭제합니다. 이 작업은 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해 지원됩니다.

function beginDelete(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: InvoiceSectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<InvoiceSectionsDeleteHeaders>, InvoiceSectionsDeleteHeaders>>

매개 변수

billingAccountName

string

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

billingProfileName

string

청구 프로필을 고유하게 식별하는 ID입니다.

invoiceSectionName

string

청구서 섹션을 고유하게 식별하는 ID입니다.

options
InvoiceSectionsDeleteOptionalParams

옵션 매개 변수입니다.

반환

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

beginDeleteAndWait(string, string, string, InvoiceSectionsDeleteOptionalParams)

청구서 섹션을 삭제합니다. 이 작업은 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해 지원됩니다.

function beginDeleteAndWait(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: InvoiceSectionsDeleteOptionalParams): Promise<InvoiceSectionsDeleteHeaders>

매개 변수

billingAccountName

string

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

billingProfileName

string

청구 프로필을 고유하게 식별하는 ID입니다.

invoiceSectionName

string

청구서 섹션을 고유하게 식별하는 ID입니다.

options
InvoiceSectionsDeleteOptionalParams

옵션 매개 변수입니다.

반환

get(string, string, string, InvoiceSectionsGetOptionalParams)

해당 ID로 청구서 섹션을 가져옵니다. 이 작업은 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해서만 지원됩니다.

function get(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: InvoiceSectionsGetOptionalParams): Promise<InvoiceSection>

매개 변수

billingAccountName

string

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

billingProfileName

string

청구 프로필을 고유하게 식별하는 ID입니다.

invoiceSectionName

string

청구서 섹션을 고유하게 식별하는 ID입니다.

options
InvoiceSectionsGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<InvoiceSection>

listByBillingProfile(string, string, InvoiceSectionsListByBillingProfileOptionalParams)

사용자가 액세스할 수 있는 청구서 섹션을 나열합니다. 이 작업은 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해서만 지원됩니다.

function listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: InvoiceSectionsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<InvoiceSection, InvoiceSection[], PageSettings>

매개 변수

billingAccountName

string

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

billingProfileName

string

청구 프로필을 고유하게 식별하는 ID입니다.

options
InvoiceSectionsListByBillingProfileOptionalParams

옵션 매개 변수입니다.

반환

validateDeleteEligibility(string, string, string, InvoiceSectionsValidateDeleteEligibilityOptionalParams)

청구서 섹션을 삭제할 수 있는지 확인합니다. 이 작업은 계약 유형이 Microsoft 고객 계약인 청구 계정에 대해 지원됩니다.

function validateDeleteEligibility(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: InvoiceSectionsValidateDeleteEligibilityOptionalParams): Promise<DeleteInvoiceSectionEligibilityResult>

매개 변수

billingAccountName

string

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

billingProfileName

string

청구 프로필을 고유하게 식별하는 ID입니다.

invoiceSectionName

string

청구서 섹션을 고유하게 식별하는 ID입니다.

options
InvoiceSectionsValidateDeleteEligibilityOptionalParams

옵션 매개 변수입니다.

반환