InvoicesOperations interface

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

プロパティ

amend

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

beginAmend
beginAmendAndWait
beginDownloadByBillingAccount
beginDownloadByBillingAccountAndWait
beginDownloadByBillingSubscription
beginDownloadByBillingSubscriptionAndWait
beginDownloadDocumentsByBillingAccount
beginDownloadDocumentsByBillingAccountAndWait
beginDownloadDocumentsByBillingSubscription
beginDownloadDocumentsByBillingSubscriptionAndWait
beginDownloadSummaryByBillingAccount
beginDownloadSummaryByBillingAccountAndWait
downloadByBillingAccount

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

downloadByBillingSubscription

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

downloadDocumentsByBillingAccount

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

downloadDocumentsByBillingSubscription

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

downloadSummaryByBillingAccount

請求書の概要ドキュメントをダウンロードする URL を取得します。 この操作は、契約の種類がエンタープライズ契約の課金アカウントでサポートされます。

get

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

getByBillingAccount

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

getByBillingSubscription

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

listByBillingAccount

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

listByBillingProfile

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

listByBillingSubscription

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

プロパティの詳細

amend

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

amend: (billingAccountName: string, invoiceName: string, options?: InvoicesAmendOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(billingAccountName: string, invoiceName: string, options?: InvoicesAmendOptionalParams) => PollerLike<OperationState<void>, void>

beginAmend

警告

この API は非推奨になりました。

use amend instead

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

プロパティ値

(billingAccountName: string, invoiceName: string, options?: InvoicesAmendOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginAmendAndWait

警告

この API は非推奨になりました。

use amend instead

beginAmendAndWait: (billingAccountName: string, invoiceName: string, options?: InvoicesAmendOptionalParams) => Promise<void>

プロパティ値

(billingAccountName: string, invoiceName: string, options?: InvoicesAmendOptionalParams) => Promise<void>

beginDownloadByBillingAccount

警告

この API は非推奨になりました。

use downloadByBillingAccount instead

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

プロパティ値

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

beginDownloadByBillingAccountAndWait

警告

この API は非推奨になりました。

use downloadByBillingAccount instead

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

プロパティ値

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

beginDownloadByBillingSubscription

警告

この API は非推奨になりました。

use downloadByBillingSubscription instead

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

プロパティ値

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

beginDownloadByBillingSubscriptionAndWait

警告

この API は非推奨になりました。

use downloadByBillingSubscription instead

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

プロパティ値

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

beginDownloadDocumentsByBillingAccount

警告

この API は非推奨になりました。

use downloadDocumentsByBillingAccount instead

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

プロパティ値

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

beginDownloadDocumentsByBillingAccountAndWait

警告

この API は非推奨になりました。

use downloadDocumentsByBillingAccount instead

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

プロパティ値

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

beginDownloadDocumentsByBillingSubscription

警告

この API は非推奨になりました。

use downloadDocumentsByBillingSubscription instead

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

プロパティ値

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

beginDownloadDocumentsByBillingSubscriptionAndWait

警告

この API は非推奨になりました。

use downloadDocumentsByBillingSubscription instead

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

プロパティ値

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

beginDownloadSummaryByBillingAccount

警告

この API は非推奨になりました。

use downloadSummaryByBillingAccount instead

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

プロパティ値

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

beginDownloadSummaryByBillingAccountAndWait

警告

この API は非推奨になりました。

use downloadSummaryByBillingAccount instead

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

プロパティ値

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

downloadByBillingAccount

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

downloadByBillingAccount: (billingAccountName: string, invoiceName: string, options?: InvoicesDownloadByBillingAccountOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>

プロパティ値

(billingAccountName: string, invoiceName: string, options?: InvoicesDownloadByBillingAccountOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>

downloadByBillingSubscription

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

downloadByBillingSubscription: (invoiceName: string, options?: InvoicesDownloadByBillingSubscriptionOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>

プロパティ値

(invoiceName: string, options?: InvoicesDownloadByBillingSubscriptionOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>

downloadDocumentsByBillingAccount

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

downloadDocumentsByBillingAccount: (billingAccountName: string, parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingAccountOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>

プロパティ値

(billingAccountName: string, parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingAccountOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>

downloadDocumentsByBillingSubscription

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

downloadDocumentsByBillingSubscription: (parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>

プロパティ値

(parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>

downloadSummaryByBillingAccount

請求書の概要ドキュメントをダウンロードする URL を取得します。 この操作は、契約の種類がエンタープライズ契約の課金アカウントでサポートされます。

downloadSummaryByBillingAccount: (billingAccountName: string, invoiceName: string, options?: InvoicesDownloadSummaryByBillingAccountOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>

プロパティ値

(billingAccountName: string, invoiceName: string, options?: InvoicesDownloadSummaryByBillingAccountOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>

get

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

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

プロパティ値

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

getByBillingAccount

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

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

プロパティ値

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

getByBillingSubscription

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

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

プロパティ値

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

listByBillingAccount

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

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

プロパティ値

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

listByBillingProfile

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

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

プロパティ値

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

listByBillingSubscription

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

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

プロパティ値

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