Interface GitHubConnectorStatsOperationsClient


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

    • getWithResponse

      com.azure.core.http.rest.Response<GitHubConnectorStatsListResponseInner> getWithResponse(String resourceGroupName, String gitHubConnectorName, com.azure.core.util.Context context)
      Returns the summary of the GitHub Connector Stats.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      gitHubConnectorName - Name of the GitHub 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

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