GitHubRepoesClient Interface
public interface GitHubRepoesClient
An instance of this class provides access to all the operations defined in GitHubRepoesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<GitHubRepoInner>,GitHubRepoInner> beginCreateOrUpdate(String resourceGroupName, String gitHubConnectorName, String gitHubOwnerName, String gitHubRepoName, GitHubRepoInner gitHubRepo)
Create or update a monitored GitHub repository.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<GitHubRepoInner>,GitHubRepoInner> beginCreateOrUpdate(String resourceGroupName, String gitHubConnectorName, String gitHubOwnerName, String gitHubRepoName, GitHubRepoInner gitHubRepo, Context context)
Create or update a monitored GitHub repository.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<GitHubRepoInner>,GitHubRepoInner> beginUpdate(String resourceGroupName, String gitHubConnectorName, String gitHubOwnerName, String gitHubRepoName)
Patch a monitored GitHub repository.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<GitHubRepoInner>,GitHubRepoInner> beginUpdate(String resourceGroupName, String gitHubConnectorName, String gitHubOwnerName, String gitHubRepoName, GitHubRepoInner gitHubRepo, Context context)
Patch a monitored GitHub repository.
Parameters:
Returns:
createOrUpdate
public abstract GitHubRepoInner createOrUpdate(String resourceGroupName, String gitHubConnectorName, String gitHubOwnerName, String gitHubRepoName, GitHubRepoInner gitHubRepo)
Create or update a monitored GitHub repository.
Parameters:
Returns:
createOrUpdate
public abstract GitHubRepoInner createOrUpdate(String resourceGroupName, String gitHubConnectorName, String gitHubOwnerName, String gitHubRepoName, GitHubRepoInner gitHubRepo, Context context)
Create or update a monitored GitHub repository.
Parameters:
Returns:
get
public abstract GitHubRepoInner get(String resourceGroupName, String gitHubConnectorName, String gitHubOwnerName, String gitHubRepoName)
Returns a monitored GitHub repository.
Parameters:
Returns:
getWithResponse
public abstract Response<GitHubRepoInner> getWithResponse(String resourceGroupName, String gitHubConnectorName, String gitHubOwnerName, String gitHubRepoName, Context context)
Returns a monitored GitHub repository.
Parameters:
Returns:
list
public abstract PagedIterable<GitHubRepoInner> list(String resourceGroupName, String gitHubConnectorName, String gitHubOwnerName)
Returns a list of monitored GitHub repositories.
Parameters:
Returns:
list
public abstract PagedIterable<GitHubRepoInner> list(String resourceGroupName, String gitHubConnectorName, String gitHubOwnerName, Context context)
Returns a list of monitored GitHub repositories.
Parameters:
Returns:
listByConnector
public abstract PagedIterable<GitHubRepoInner> listByConnector(String resourceGroupName, String gitHubConnectorName)
Returns a list of monitored GitHub repositories.
Parameters:
Returns:
listByConnector
public abstract PagedIterable<GitHubRepoInner> listByConnector(String resourceGroupName, String gitHubConnectorName, Context context)
Returns a list of monitored GitHub repositories.
Parameters:
Returns:
update
public abstract GitHubRepoInner update(String resourceGroupName, String gitHubConnectorName, String gitHubOwnerName, String gitHubRepoName)
Patch a monitored GitHub repository.
Parameters:
Returns:
update
public abstract GitHubRepoInner update(String resourceGroupName, String gitHubConnectorName, String gitHubOwnerName, String gitHubRepoName, GitHubRepoInner gitHubRepo, Context context)
Patch a monitored GitHub repository.
Parameters:
Returns: