你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GenerateDetailedCostReportOperationResults interface

表示 GenerateDetailedCostReportOperationResults 的接口。

方法

beginGet(string, string, GenerateDetailedCostReportOperationResultsGetOptionalParams)

获取指定操作的结果。 此 operationId 的链接作为初始请求的响应标头提供。

beginGetAndWait(string, string, GenerateDetailedCostReportOperationResultsGetOptionalParams)

获取指定操作的结果。 此 operationId 的链接作为初始请求的响应标头提供。

方法详细信息

beginGet(string, string, GenerateDetailedCostReportOperationResultsGetOptionalParams)

获取指定操作的结果。 此 operationId 的链接作为初始请求的响应标头提供。

function beginGet(operationId: string, scope: string, options?: GenerateDetailedCostReportOperationResultsGetOptionalParams): Promise<SimplePollerLike<OperationState<GenerateDetailedCostReportOperationResult>, GenerateDetailedCostReportOperationResult>>

参数

operationId

string

目标作 ID。

scope

string

订阅、资源组、计费帐户或其他计费范围的 ARM 资源 ID。 有关详细信息,请参阅 https://aka.ms/costmgmt/scopes

返回

beginGetAndWait(string, string, GenerateDetailedCostReportOperationResultsGetOptionalParams)

获取指定操作的结果。 此 operationId 的链接作为初始请求的响应标头提供。

function beginGetAndWait(operationId: string, scope: string, options?: GenerateDetailedCostReportOperationResultsGetOptionalParams): Promise<GenerateDetailedCostReportOperationResult>

参数

operationId

string

目标作 ID。

scope

string

订阅、资源组、计费帐户或其他计费范围的 ARM 资源 ID。 有关详细信息,请参阅 https://aka.ms/costmgmt/scopes

返回