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>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript