次の方法で共有


Invoices interface

請求書を表すインターフェイス。

メソッド

beginAmend(string, string, InvoicesAmendOptionalParams)

請求先アカウント名と請求書名で請求書を再生成します。 この操作は、契約の種類が Microsoft 顧客契約の請求先アカウントでサポートされています。

beginAmendAndWait(string, string, InvoicesAmendOptionalParams)

請求先アカウント名と請求書名で請求書を再生成します。 この操作は、契約の種類が Microsoft 顧客契約の請求先アカウントでサポートされています。

beginDownloadByBillingAccount(string, string, InvoicesDownloadByBillingAccountOptionalParams)

請求書ドキュメントをダウンロードする URL を取得します。 この操作は、契約の種類が Microsoft Partner Agreement、Microsoft 顧客契約、またはエンタープライズ契約の請求先アカウントでサポートされています。

beginDownloadByBillingAccountAndWait(string, string, InvoicesDownloadByBillingAccountOptionalParams)

請求書ドキュメントをダウンロードする URL を取得します。 この操作は、契約の種類が Microsoft Partner Agreement、Microsoft 顧客契約、またはエンタープライズ契約の請求先アカウントでサポートされています。

beginDownloadByBillingSubscription(string, InvoicesDownloadByBillingSubscriptionOptionalParams)

課金サブスクリプション別に請求書をダウンロードする URL を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

beginDownloadByBillingSubscriptionAndWait(string, InvoicesDownloadByBillingSubscriptionOptionalParams)

課金サブスクリプション別に請求書をダウンロードする URL を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

beginDownloadDocumentsByBillingAccount(string, DocumentDownloadRequest[], InvoicesDownloadDocumentsByBillingAccountOptionalParams)

複数の請求書ドキュメント (請求書 pdf、税金受領書、クレジット ノート) を zip ファイルとしてダウンロードする URL を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

beginDownloadDocumentsByBillingAccountAndWait(string, DocumentDownloadRequest[], InvoicesDownloadDocumentsByBillingAccountOptionalParams)

複数の請求書ドキュメント (請求書 pdf、税金受領書、クレジット ノート) を zip ファイルとしてダウンロードする URL を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

beginDownloadDocumentsByBillingSubscription(DocumentDownloadRequest[], InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams)

複数の請求書ドキュメント (請求書 pdf、税金受領書、クレジット ノート) を zip ファイルとしてダウンロードする URL を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

beginDownloadDocumentsByBillingSubscriptionAndWait(DocumentDownloadRequest[], InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams)

複数の請求書ドキュメント (請求書 pdf、税金受領書、クレジット ノート) を zip ファイルとしてダウンロードする URL を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

beginDownloadSummaryByBillingAccount(string, string, InvoicesDownloadSummaryByBillingAccountOptionalParams)

請求書の概要ドキュメントをダウンロードする URL を取得します。 この操作は、契約の種類が Enterprise Agreement の請求先アカウントでサポートされています。

beginDownloadSummaryByBillingAccountAndWait(string, string, InvoicesDownloadSummaryByBillingAccountOptionalParams)

請求書の概要ドキュメントをダウンロードする URL を取得します。 この操作は、契約の種類が Enterprise Agreement の請求先アカウントでサポートされています。

get(string, InvoicesGetOptionalParams)

ID で請求書を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

getByBillingAccount(string, string, InvoicesGetByBillingAccountOptionalParams)

請求先アカウント名と ID で請求書を取得します。 この操作は、すべての課金アカウントの種類でサポートされています。

getByBillingSubscription(string, InvoicesGetByBillingSubscriptionOptionalParams)

サブスクリプション ID と請求書 ID で請求書を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

listByBillingAccount(string, InvoicesListByBillingAccountOptionalParams)

特定の開始日と終了日の請求先アカウントの請求書を一覧表示します。 この操作は、すべての課金アカウントの種類でサポートされています。

listByBillingProfile(string, string, InvoicesListByBillingProfileOptionalParams)

特定の開始日と終了日の請求プロファイルの請求書を一覧表示します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

listByBillingSubscription(InvoicesListByBillingSubscriptionOptionalParams)

サブスクリプションの請求書を一覧表示します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

メソッドの詳細

beginAmend(string, string, InvoicesAmendOptionalParams)

請求先アカウント名と請求書名で請求書を再生成します。 この操作は、契約の種類が Microsoft 顧客契約の請求先アカウントでサポートされています。

function beginAmend(billingAccountName: string, invoiceName: string, options?: InvoicesAmendOptionalParams): Promise<SimplePollerLike<OperationState<InvoicesAmendHeaders>, InvoicesAmendHeaders>>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

invoiceName

string

請求書を一意に識別する ID。

options
InvoicesAmendOptionalParams

オプション パラメーター。

戻り値

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

beginAmendAndWait(string, string, InvoicesAmendOptionalParams)

請求先アカウント名と請求書名で請求書を再生成します。 この操作は、契約の種類が Microsoft 顧客契約の請求先アカウントでサポートされています。

function beginAmendAndWait(billingAccountName: string, invoiceName: string, options?: InvoicesAmendOptionalParams): Promise<InvoicesAmendHeaders>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

invoiceName

string

請求書を一意に識別する ID。

options
InvoicesAmendOptionalParams

オプション パラメーター。

戻り値

beginDownloadByBillingAccount(string, string, InvoicesDownloadByBillingAccountOptionalParams)

請求書ドキュメントをダウンロードする URL を取得します。 この操作は、契約の種類が Microsoft Partner Agreement、Microsoft 顧客契約、またはエンタープライズ契約の請求先アカウントでサポートされています。

function beginDownloadByBillingAccount(billingAccountName: string, invoiceName: string, options?: InvoicesDownloadByBillingAccountOptionalParams): Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

invoiceName

string

請求書を一意に識別する ID。

options
InvoicesDownloadByBillingAccountOptionalParams

オプション パラメーター。

戻り値

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

beginDownloadByBillingAccountAndWait(string, string, InvoicesDownloadByBillingAccountOptionalParams)

請求書ドキュメントをダウンロードする URL を取得します。 この操作は、契約の種類が Microsoft Partner Agreement、Microsoft 顧客契約、またはエンタープライズ契約の請求先アカウントでサポートされています。

function beginDownloadByBillingAccountAndWait(billingAccountName: string, invoiceName: string, options?: InvoicesDownloadByBillingAccountOptionalParams): Promise<DocumentDownloadResult>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

invoiceName

string

請求書を一意に識別する ID。

options
InvoicesDownloadByBillingAccountOptionalParams

オプション パラメーター。

戻り値

beginDownloadByBillingSubscription(string, InvoicesDownloadByBillingSubscriptionOptionalParams)

課金サブスクリプション別に請求書をダウンロードする URL を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

function beginDownloadByBillingSubscription(invoiceName: string, options?: InvoicesDownloadByBillingSubscriptionOptionalParams): Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>

パラメーター

invoiceName

string

請求書を一意に識別する ID。

options
InvoicesDownloadByBillingSubscriptionOptionalParams

オプション パラメーター。

戻り値

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

beginDownloadByBillingSubscriptionAndWait(string, InvoicesDownloadByBillingSubscriptionOptionalParams)

課金サブスクリプション別に請求書をダウンロードする URL を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

function beginDownloadByBillingSubscriptionAndWait(invoiceName: string, options?: InvoicesDownloadByBillingSubscriptionOptionalParams): Promise<DocumentDownloadResult>

パラメーター

invoiceName

string

請求書を一意に識別する ID。

options
InvoicesDownloadByBillingSubscriptionOptionalParams

オプション パラメーター。

戻り値

beginDownloadDocumentsByBillingAccount(string, DocumentDownloadRequest[], InvoicesDownloadDocumentsByBillingAccountOptionalParams)

複数の請求書ドキュメント (請求書 pdf、税金受領書、クレジット ノート) を zip ファイルとしてダウンロードする URL を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

function beginDownloadDocumentsByBillingAccount(billingAccountName: string, parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingAccountOptionalParams): Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

parameters

DocumentDownloadRequest[]

個々のドキュメントのダウンロードの詳細の一覧。

options
InvoicesDownloadDocumentsByBillingAccountOptionalParams

オプション パラメーター。

戻り値

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

beginDownloadDocumentsByBillingAccountAndWait(string, DocumentDownloadRequest[], InvoicesDownloadDocumentsByBillingAccountOptionalParams)

複数の請求書ドキュメント (請求書 pdf、税金受領書、クレジット ノート) を zip ファイルとしてダウンロードする URL を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

function beginDownloadDocumentsByBillingAccountAndWait(billingAccountName: string, parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingAccountOptionalParams): Promise<DocumentDownloadResult>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

parameters

DocumentDownloadRequest[]

個々のドキュメントのダウンロードの詳細の一覧。

options
InvoicesDownloadDocumentsByBillingAccountOptionalParams

オプション パラメーター。

戻り値

beginDownloadDocumentsByBillingSubscription(DocumentDownloadRequest[], InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams)

複数の請求書ドキュメント (請求書 pdf、税金受領書、クレジット ノート) を zip ファイルとしてダウンロードする URL を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

function beginDownloadDocumentsByBillingSubscription(parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams): Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>

パラメーター

parameters

DocumentDownloadRequest[]

個々のドキュメントのダウンロードの詳細の一覧。

options
InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams

オプション パラメーター。

戻り値

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

beginDownloadDocumentsByBillingSubscriptionAndWait(DocumentDownloadRequest[], InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams)

複数の請求書ドキュメント (請求書 pdf、税金受領書、クレジット ノート) を zip ファイルとしてダウンロードする URL を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

function beginDownloadDocumentsByBillingSubscriptionAndWait(parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams): Promise<DocumentDownloadResult>

パラメーター

parameters

DocumentDownloadRequest[]

個々のドキュメントのダウンロードの詳細の一覧。

options
InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams

オプション パラメーター。

戻り値

beginDownloadSummaryByBillingAccount(string, string, InvoicesDownloadSummaryByBillingAccountOptionalParams)

請求書の概要ドキュメントをダウンロードする URL を取得します。 この操作は、契約の種類が Enterprise Agreement の請求先アカウントでサポートされています。

function beginDownloadSummaryByBillingAccount(billingAccountName: string, invoiceName: string, options?: InvoicesDownloadSummaryByBillingAccountOptionalParams): Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

invoiceName

string

請求書を一意に識別する ID。

options
InvoicesDownloadSummaryByBillingAccountOptionalParams

オプション パラメーター。

戻り値

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

beginDownloadSummaryByBillingAccountAndWait(string, string, InvoicesDownloadSummaryByBillingAccountOptionalParams)

請求書の概要ドキュメントをダウンロードする URL を取得します。 この操作は、契約の種類が Enterprise Agreement の請求先アカウントでサポートされています。

function beginDownloadSummaryByBillingAccountAndWait(billingAccountName: string, invoiceName: string, options?: InvoicesDownloadSummaryByBillingAccountOptionalParams): Promise<DocumentDownloadResult>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

invoiceName

string

請求書を一意に識別する ID。

options
InvoicesDownloadSummaryByBillingAccountOptionalParams

オプション パラメーター。

戻り値

get(string, InvoicesGetOptionalParams)

ID で請求書を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

function get(invoiceName: string, options?: InvoicesGetOptionalParams): Promise<Invoice>

パラメーター

invoiceName

string

請求書を一意に識別する ID。

options
InvoicesGetOptionalParams

オプション パラメーター。

戻り値

Promise<Invoice>

getByBillingAccount(string, string, InvoicesGetByBillingAccountOptionalParams)

請求先アカウント名と ID で請求書を取得します。 この操作は、すべての課金アカウントの種類でサポートされています。

function getByBillingAccount(billingAccountName: string, invoiceName: string, options?: InvoicesGetByBillingAccountOptionalParams): Promise<Invoice>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

invoiceName

string

請求書を一意に識別する ID。

options
InvoicesGetByBillingAccountOptionalParams

オプション パラメーター。

戻り値

Promise<Invoice>

getByBillingSubscription(string, InvoicesGetByBillingSubscriptionOptionalParams)

サブスクリプション ID と請求書 ID で請求書を取得します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

function getByBillingSubscription(invoiceName: string, options?: InvoicesGetByBillingSubscriptionOptionalParams): Promise<Invoice>

パラメーター

invoiceName

string

請求書を一意に識別する ID。

options
InvoicesGetByBillingSubscriptionOptionalParams

オプション パラメーター。

戻り値

Promise<Invoice>

listByBillingAccount(string, InvoicesListByBillingAccountOptionalParams)

特定の開始日と終了日の請求先アカウントの請求書を一覧表示します。 この操作は、すべての課金アカウントの種類でサポートされています。

function listByBillingAccount(billingAccountName: string, options?: InvoicesListByBillingAccountOptionalParams): PagedAsyncIterableIterator<Invoice, Invoice[], PageSettings>

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

options
InvoicesListByBillingAccountOptionalParams

オプション パラメーター。

戻り値

listByBillingProfile(string, string, InvoicesListByBillingProfileOptionalParams)

特定の開始日と終了日の請求プロファイルの請求書を一覧表示します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

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

パラメーター

billingAccountName

string

課金アカウントを一意に識別する ID。

billingProfileName

string

課金プロファイルを一意に識別する ID。

options
InvoicesListByBillingProfileOptionalParams

オプション パラメーター。

戻り値

listByBillingSubscription(InvoicesListByBillingSubscriptionOptionalParams)

サブスクリプションの請求書を一覧表示します。 この操作は、契約の種類が Microsoft Partner Agreement または Microsoft 顧客契約の課金アカウントでサポートされています。

function listByBillingSubscription(options?: InvoicesListByBillingSubscriptionOptionalParams): PagedAsyncIterableIterator<Invoice, Invoice[], PageSettings>

パラメーター

options
InvoicesListByBillingSubscriptionOptionalParams

オプション パラメーター。

戻り値