GitHubConnectorStatsOperations interface

Interface representing a GitHubConnectorStatsOperations.

Methods

get(string, string, GitHubConnectorStatsGetOptionalParams)

Returns the summary of the GitHub Connector Stats.

Method Details

get(string, string, GitHubConnectorStatsGetOptionalParams)

Returns the summary of the GitHub Connector Stats.

function get(resourceGroupName: string, gitHubConnectorName: string, options?: GitHubConnectorStatsGetOptionalParams): Promise<GitHubConnectorStatsListResponse>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

gitHubConnectorName

string

Name of the GitHub Connector.

options
GitHubConnectorStatsGetOptionalParams

The options parameters.

Returns