GitHubOwnersClient Interface
public interface GitHubOwnersClient
An instance of this class provides access to all the operations defined in GitHubOwnersClient.
Method Summary
Method Details
get
public abstract GitHubOwnerInner get(String resourceGroupName, String securityConnectorName, String ownerName)
Returns a monitored GitHub owner.
Parameters:
Returns:
getWithResponse
public abstract Response<GitHubOwnerInner> getWithResponse(String resourceGroupName, String securityConnectorName, String ownerName, Context context)
Returns a monitored GitHub owner.
Parameters:
Returns:
list
public abstract PagedIterable<GitHubOwnerInner> list(String resourceGroupName, String securityConnectorName)
Returns a list of GitHub owners onboarded to the connector.
Parameters:
Returns:
list
public abstract PagedIterable<GitHubOwnerInner> list(String resourceGroupName, String securityConnectorName, Context context)
Returns a list of GitHub owners onboarded to the connector.
Parameters:
Returns:
listAvailable
public abstract GitHubOwnerListResponseInner listAvailable(String resourceGroupName, String securityConnectorName)
Returns a list of all GitHub owners accessible by the user token consumed by the connector.
Parameters:
Returns:
listAvailableWithResponse
public abstract Response<GitHubOwnerListResponseInner> listAvailableWithResponse(String resourceGroupName, String securityConnectorName, Context context)
Returns a list of all GitHub owners accessible by the user token consumed by the connector.
Parameters:
Returns: