共用方式為


GenerateDetailedCostReport interface

表示 GenerateDetailedCostReport 的介面。

方法

beginCreateOperation(string, GenerateDetailedCostReportDefinition, GenerateDetailedCostReportCreateOperationOptionalParams)

針對提供日期範圍、計費週期 (特定範圍內的企業客戶) 或發票識別碼,產生詳細的成本報告。 呼叫會傳回具有標頭 Azure-Consumption-AsyncOperation 的 202,並提供所建立作業的連結。 作業上的呼叫會提供狀態,如果作業已完成,則會儲存產生的詳細成本報告 Blob 檔案。

beginCreateOperationAndWait(string, GenerateDetailedCostReportDefinition, GenerateDetailedCostReportCreateOperationOptionalParams)

針對提供日期範圍、計費週期 (特定範圍內的企業客戶) 或發票識別碼,產生詳細的成本報告。 呼叫會傳回具有標頭 Azure-Consumption-AsyncOperation 的 202,並提供所建立作業的連結。 作業上的呼叫會提供狀態,如果作業已完成,則會儲存產生的詳細成本報告 Blob 檔案。

方法詳細資料

beginCreateOperation(string, GenerateDetailedCostReportDefinition, GenerateDetailedCostReportCreateOperationOptionalParams)

針對提供日期範圍、計費週期 (特定範圍內的企業客戶) 或發票識別碼,產生詳細的成本報告。 呼叫會傳回具有標頭 Azure-Consumption-AsyncOperation 的 202,並提供所建立作業的連結。 作業上的呼叫會提供狀態,如果作業已完成,則會儲存產生的詳細成本報告 Blob 檔案。

function beginCreateOperation(scope: string, parameters: GenerateDetailedCostReportDefinition, options?: GenerateDetailedCostReportCreateOperationOptionalParams): Promise<SimplePollerLike<OperationState<GenerateDetailedCostReportOperationResult>, GenerateDetailedCostReportOperationResult>>

參數

scope

string

訂用帳戶、資源群組、計費帳戶或其他計費範圍的 ARM 資源識別碼。 如需詳細資訊,請參閱 https://aka.ms/costmgmt/scopes

parameters
GenerateDetailedCostReportDefinition

提供給建立詳細成本報表作業的參數。

傳回

beginCreateOperationAndWait(string, GenerateDetailedCostReportDefinition, GenerateDetailedCostReportCreateOperationOptionalParams)

針對提供日期範圍、計費週期 (特定範圍內的企業客戶) 或發票識別碼,產生詳細的成本報告。 呼叫會傳回具有標頭 Azure-Consumption-AsyncOperation 的 202,並提供所建立作業的連結。 作業上的呼叫會提供狀態,如果作業已完成,則會儲存產生的詳細成本報告 Blob 檔案。

function beginCreateOperationAndWait(scope: string, parameters: GenerateDetailedCostReportDefinition, options?: GenerateDetailedCostReportCreateOperationOptionalParams): Promise<GenerateDetailedCostReportOperationResult>

參數

scope

string

訂用帳戶、資源群組、計費帳戶或其他計費範圍的 ARM 資源識別碼。 如需詳細資訊,請參閱 https://aka.ms/costmgmt/scopes

parameters
GenerateDetailedCostReportDefinition

提供給建立詳細成本報表作業的參數。

傳回