GitHubConnectorStatsOperations Interface

public interface GitHubConnectorStatsOperations

Resource collection API of GitHubConnectorStatsOperations.

Method Summary

Modifier and Type Method and Description
abstract GitHubConnectorStatsListResponse get(String resourceGroupName, String gitHubConnectorName)

Returns the summary of the GitHub Connector Stats.

abstract Response<GitHubConnectorStatsListResponse> getWithResponse(String resourceGroupName, String gitHubConnectorName, Context context)

Returns the summary of the GitHub Connector Stats.

Method Details

get

public abstract GitHubConnectorStatsListResponse 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.

getWithResponse

public abstract Response<GitHubConnectorStatsListResponse> getWithResponse(String resourceGroupName, String gitHubConnectorName, 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<T>.

Applies to