GitHubConnectorStatsOperations interface
Interface representing a GitHubConnectorStatsOperations.
Methods
get(string, string, Git |
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.
The options parameters.
Returns
Promise<GitHubConnectorStatsListResponse>
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for JavaScript