GitHubOwners Interface
public interface GitHubOwners
Resource collection API of GitHubOwners.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Git |
|
abstract
Git |
get(String resourceGroupName, String gitHubConnectorName, String gitHubOwnerName)
Returns a monitored Git |
|
abstract
Git |
getById(String id)
Returns a monitored Git |
|
abstract
Response<Git |
getByIdWithResponse(String id, Context context)
Returns a monitored Git |
|
abstract
Response<Git |
getWithResponse(String resourceGroupName, String gitHubConnectorName, String gitHubOwnerName, Context context)
Returns a monitored Git |
|
abstract
Paged |
list(String resourceGroupName, String gitHubConnectorName)
Returns a list of monitored Git |
|
abstract
Paged |
list(String resourceGroupName, String gitHubConnectorName, Context context)
Returns a list of monitored Git |
Method Details
define
public abstract GitHubOwner.DefinitionStages.Blank define(String name)
Begins definition for a new GitHubOwner resource.
Parameters:
Returns:
get
public abstract GitHubOwner get(String resourceGroupName, String gitHubConnectorName, String gitHubOwnerName)
Returns a monitored GitHub repository.
Parameters:
Returns:
getById
public abstract GitHubOwner getById(String id)
Returns a monitored GitHub repository.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<GitHubOwner> getByIdWithResponse(String id, Context context)
Returns a monitored GitHub repository.
Parameters:
Returns:
getWithResponse
public abstract Response<GitHubOwner> getWithResponse(String resourceGroupName, String gitHubConnectorName, String gitHubOwnerName, Context context)
Returns a monitored GitHub repository.
Parameters:
Returns:
list
public abstract PagedIterable<GitHubOwner> list(String resourceGroupName, String gitHubConnectorName)
Returns a list of monitored GitHub owners.
Parameters:
Returns:
list
public abstract PagedIterable<GitHubOwner> list(String resourceGroupName, String gitHubConnectorName, Context context)
Returns a list of monitored GitHub owners.
Parameters:
Returns: