Interface GenerateDetailedCostReportOperationResultsClient


public interface GenerateDetailedCostReportOperationResultsClient
An instance of this class provides access to all the operations defined in GenerateDetailedCostReportOperationResultsClient.
  • Method Details

    • beginGet

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GenerateDetailedCostReportOperationResultInner>,GenerateDetailedCostReportOperationResultInner> beginGet(String operationId, String scope)
      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 SyncPoller for polling of 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.
    • beginGet

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GenerateDetailedCostReportOperationResultInner>,GenerateDetailedCostReportOperationResultInner> beginGet(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 SyncPoller for polling of 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

      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

      GenerateDetailedCostReportOperationResultInner 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.