GenerateDetailedCostReportOperationResults interface

Interface representing a GenerateDetailedCostReportOperationResults.

Methods

beginGet(string, string, GenerateDetailedCostReportOperationResultsGetOptionalParams)

Gets the result of the specified operation. The link with this operationId is provided as a response header of the initial request.

beginGetAndWait(string, string, GenerateDetailedCostReportOperationResultsGetOptionalParams)

Gets the result of the specified operation. The link with this operationId is provided as a response header of the initial request.

Method Details

beginGet(string, string, GenerateDetailedCostReportOperationResultsGetOptionalParams)

Gets the result of the specified operation. The link with this operationId is provided as a response header of the initial request.

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

Parameters

operationId

string

The target operation Id.

scope

string

The ARM Resource ID for subscription, resource group, billing account, or other billing scopes. For details, see https://aka.ms/costmgmt/scopes.

Returns

beginGetAndWait(string, string, GenerateDetailedCostReportOperationResultsGetOptionalParams)

Gets the result of the specified operation. The link with this operationId is provided as a response header of the initial request.

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

Parameters

operationId

string

The target operation Id.

scope

string

The ARM Resource ID for subscription, resource group, billing account, or other billing scopes. For details, see https://aka.ms/costmgmt/scopes.

Returns