Interface AzureDevOpsConnectorStatsOperations


public interface AzureDevOpsConnectorStatsOperations
Resource collection API of AzureDevOpsConnectorStatsOperations.
  • Method Details

    • getWithResponse

      com.azure.core.http.rest.Response<AzureDevOpsConnectorStatsListResponse> getWithResponse(String resourceGroupName, String azureDevOpsConnectorName, com.azure.core.util.Context context)
      Returns the summary of the AzureDevOps Connector Stats.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      azureDevOpsConnectorName - Name of the AzureDevOps Connector.
      context - The context to associate with this operation.
      Returns:
      the response body along with Response.
      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

      AzureDevOpsConnectorStatsListResponse get(String resourceGroupName, String azureDevOpsConnectorName)
      Returns the summary of the AzureDevOps Connector Stats.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      azureDevOpsConnectorName - Name of the AzureDevOps Connector.
      Returns:
      the response.
      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.