GitHubConnectorStatsOperationsClient Interface

public interface GitHubConnectorStatsOperationsClient

An instance of this class provides access to all the operations defined in GitHubConnectorStatsOperationsClient.

Method Summary

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

Returns the summary of the GitHub Connector Stats.

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

Returns the summary of the GitHub Connector Stats.

Method Details

get

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

getWithResponse

public abstract Response<GitHubConnectorStatsListResponseInner> 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