GenerateDetailedCostReportOperationResultsOperations interface
Interface representing a GenerateDetailedCostReportOperationResults operations.
Properties
| begin |
|
| begin |
|
| get | Gets the result of the specified operation. The link with this operationId is provided as a response header of the initial request. |
Property Details
beginGet
Warning
This API is now deprecated.
use get instead
beginGet: (operationId: string, scope: string, options?: GenerateDetailedCostReportOperationResultsGetOptionalParams) => Promise<SimplePollerLike<OperationState<GenerateDetailedCostReportOperationResult>, GenerateDetailedCostReportOperationResult>>
Property Value
(operationId: string, scope: string, options?: GenerateDetailedCostReportOperationResultsGetOptionalParams) => Promise<SimplePollerLike<OperationState<GenerateDetailedCostReportOperationResult>, GenerateDetailedCostReportOperationResult>>
beginGetAndWait
Warning
This API is now deprecated.
use get instead
beginGetAndWait: (operationId: string, scope: string, options?: GenerateDetailedCostReportOperationResultsGetOptionalParams) => Promise<GenerateDetailedCostReportOperationResult>
Property Value
(operationId: string, scope: string, options?: GenerateDetailedCostReportOperationResultsGetOptionalParams) => Promise<GenerateDetailedCostReportOperationResult>
get
Gets the result of the specified operation. The link with this operationId is provided as a response header of the initial request.
get: (operationId: string, scope: string, options?: GenerateDetailedCostReportOperationResultsGetOptionalParams) => PollerLike<OperationState<GenerateDetailedCostReportOperationResult>, GenerateDetailedCostReportOperationResult>
Property Value
(operationId: string, scope: string, options?: GenerateDetailedCostReportOperationResultsGetOptionalParams) => PollerLike<OperationState<GenerateDetailedCostReportOperationResult>, GenerateDetailedCostReportOperationResult>