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