GitHubReposClient Interface
public interface GitHubReposClient
An instance of this class provides access to all the operations defined in GitHubReposClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Git |
get(String resourceGroupName, String securityConnectorName, String ownerName, String repoName)
Returns a monitored Git |
|
abstract
Response<Git |
getWithResponse(String resourceGroupName, String securityConnectorName, String ownerName, String repoName, Context context)
Returns a monitored Git |
|
abstract
Paged |
list(String resourceGroupName, String securityConnectorName, String ownerName)
Returns a list of Git |
|
abstract
Paged |
list(String resourceGroupName, String securityConnectorName, String ownerName, Context context)
Returns a list of Git |
Method Details
get
public abstract GitHubRepositoryInner get(String resourceGroupName, String securityConnectorName, String ownerName, String repoName)
Returns a monitored GitHub repository.
Parameters:
Returns:
getWithResponse
public abstract Response<GitHubRepositoryInner> getWithResponse(String resourceGroupName, String securityConnectorName, String ownerName, String repoName, Context context)
Returns a monitored GitHub repository.
Parameters:
Returns:
list
public abstract PagedIterable<GitHubRepositoryInner> list(String resourceGroupName, String securityConnectorName, String ownerName)
Returns a list of GitHub repositories onboarded to the connector.
Parameters:
Returns:
list
public abstract PagedIterable<GitHubRepositoryInner> list(String resourceGroupName, String securityConnectorName, String ownerName, Context context)
Returns a list of GitHub repositories onboarded to the connector.
Parameters:
Returns: