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>
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for JavaScript