GenerateDetailedCostReportOperationResults interface
Interface representing a GenerateDetailedCostReportOperationResults.
Methods
begin |
Gets the result of the specified operation. The link with this operationId is provided as a response header of the initial request. |
begin |
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<GenerateDetailedCostReportOperationResult>, GenerateDetailedCostReportOperationResult>>
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.
The options parameters.
Returns
Azure SDK for JavaScript