次の方法で共有


PriceSheet interface

PriceSheet を表すインターフェイス。

メソッド

beginDownload(string, string, string, PriceSheetDownloadOptionalParams)

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

beginDownloadAndWait(string, string, string, PriceSheetDownloadOptionalParams)

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

beginDownloadByBillingProfile(string, string, PriceSheetDownloadByBillingProfileOptionalParams)

課金プロファイルの現在の月の価格シートをダウンロードする URL を取得します。 この操作は、契約の種類がMicrosoft Partner AgreementまたはMicrosoft 顧客契約の課金アカウントでサポートされています。Azure 製品の増加により、このプレビュー バージョンの Azure 価格シートのダウンロード エクスペリエンスは、1 つの csv ファイルから、それぞれ最大 200,000 レコードの複数の csv ファイルを含む Zip ファイルに更新されます。

beginDownloadByBillingProfileAndWait(string, string, PriceSheetDownloadByBillingProfileOptionalParams)

課金プロファイルの現在の月の価格シートをダウンロードする URL を取得します。 この操作は、契約の種類がMicrosoft Partner AgreementまたはMicrosoft 顧客契約の課金アカウントでサポートされています。Azure 製品の増加により、このプレビュー バージョンの Azure 価格シートのダウンロード エクスペリエンスは、1 つの csv ファイルから、それぞれ最大 200,000 レコードの複数の csv ファイルを含む Zip ファイルに更新されます。

メソッドの詳細

beginDownload(string, string, string, PriceSheetDownloadOptionalParams)

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

function beginDownload(billingAccountName: string, billingProfileName: string, invoiceName: string, options?: PriceSheetDownloadOptionalParams): Promise<SimplePollerLike<OperationState<DownloadURL>, DownloadURL>>

パラメーター

billingAccountName

string

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

billingProfileName

string

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

invoiceName

string

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

options
PriceSheetDownloadOptionalParams

options パラメーター。

戻り値

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

beginDownloadAndWait(string, string, string, PriceSheetDownloadOptionalParams)

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

function beginDownloadAndWait(billingAccountName: string, billingProfileName: string, invoiceName: string, options?: PriceSheetDownloadOptionalParams): Promise<DownloadURL>

パラメーター

billingAccountName

string

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

billingProfileName

string

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

invoiceName

string

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

options
PriceSheetDownloadOptionalParams

options パラメーター。

戻り値

Promise<DownloadURL>

beginDownloadByBillingProfile(string, string, PriceSheetDownloadByBillingProfileOptionalParams)

課金プロファイルの現在の月の価格シートをダウンロードする URL を取得します。 この操作は、契約の種類がMicrosoft Partner AgreementまたはMicrosoft 顧客契約の課金アカウントでサポートされています。Azure 製品の増加により、このプレビュー バージョンの Azure 価格シートのダウンロード エクスペリエンスは、1 つの csv ファイルから、それぞれ最大 200,000 レコードの複数の csv ファイルを含む Zip ファイルに更新されます。

function beginDownloadByBillingProfile(billingAccountName: string, billingProfileName: string, options?: PriceSheetDownloadByBillingProfileOptionalParams): Promise<SimplePollerLike<OperationState<DownloadURL>, DownloadURL>>

パラメーター

billingAccountName

string

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

billingProfileName

string

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

options
PriceSheetDownloadByBillingProfileOptionalParams

options パラメーター。

戻り値

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

beginDownloadByBillingProfileAndWait(string, string, PriceSheetDownloadByBillingProfileOptionalParams)

課金プロファイルの現在の月の価格シートをダウンロードする URL を取得します。 この操作は、契約の種類がMicrosoft Partner AgreementまたはMicrosoft 顧客契約の課金アカウントでサポートされています。Azure 製品の増加により、このプレビュー バージョンの Azure 価格シートのダウンロード エクスペリエンスは、1 つの csv ファイルから、それぞれ最大 200,000 レコードの複数の csv ファイルを含む Zip ファイルに更新されます。

function beginDownloadByBillingProfileAndWait(billingAccountName: string, billingProfileName: string, options?: PriceSheetDownloadByBillingProfileOptionalParams): Promise<DownloadURL>

パラメーター

billingAccountName

string

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

billingProfileName

string

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

options
PriceSheetDownloadByBillingProfileOptionalParams

options パラメーター。

戻り値

Promise<DownloadURL>