GitLabProjectsClient Interface
public interface GitLabProjectsClient
An instance of this class provides access to all the operations defined in GitLabProjectsClient.
Method Summary
Method Details
get
public abstract GitLabProjectInner get(String resourceGroupName, String securityConnectorName, String groupFQName, String projectName)
Returns a monitored GitLab Project resource for a given fully-qualified group name and project name.
Parameters:
Returns:
getWithResponse
public abstract Response<GitLabProjectInner> getWithResponse(String resourceGroupName, String securityConnectorName, String groupFQName, String projectName, Context context)
Returns a monitored GitLab Project resource for a given fully-qualified group name and project name.
Parameters:
Returns:
list
public abstract PagedIterable<GitLabProjectInner> list(String resourceGroupName, String securityConnectorName, String groupFQName)
Gets a list of GitLab projects that are directly owned by given group and onboarded to the connector.
Parameters:
Returns:
list
public abstract PagedIterable<GitLabProjectInner> list(String resourceGroupName, String securityConnectorName, String groupFQName, Context context)
Gets a list of GitLab projects that are directly owned by given group and onboarded to the connector.
Parameters:
Returns: