다음을 통해 공유


InvoiceSections interface

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

메서드

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

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

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

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

get(string, string, string, InvoiceSectionsGetOptionalParams)

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

listByBillingProfile(string, string, InvoiceSectionsListByBillingProfileOptionalParams)

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

메서드 세부 정보

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

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

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

매개 변수

billingAccountName

string

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

billingProfileName

string

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

invoiceSectionName

string

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

parameters
InvoiceSection

새 송장 또는 업데이트된 청구서 섹션입니다.

options
InvoiceSectionsCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<PollerLike<@azure/core-lro.PollOperationState<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>

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

옵션 매개 변수입니다.

반환