Interface GenerateDetailedCostReportOperationResults
public interface GenerateDetailedCostReportOperationResults
Resource collection API of GenerateDetailedCostReportOperationResults.
-
Method Summary
Modifier and TypeMethodDescriptionGets the result of the specified operation.Gets the result of the specified operation.
-
Method Details
-
get
Gets the result of the specified operation. The link with this operationId is provided as a response header of the initial request.- Parameters:
operationId- The target operation Id.scope- The ARM Resource ID for subscription, resource group, billing account, or other billing scopes. For details, see https://aka.ms/costmgmt/scopes.- Returns:
- the result of the specified operation.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
GenerateDetailedCostReportOperationResult get(String operationId, String scope, com.azure.core.util.Context context) Gets the result of the specified operation. The link with this operationId is provided as a response header of the initial request.- Parameters:
operationId- The target operation Id.scope- The ARM Resource ID for subscription, resource group, billing account, or other billing scopes. For details, see https://aka.ms/costmgmt/scopes.context- The context to associate with this operation.- Returns:
- the result of the specified operation.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-