GitLabSubgroupsClient Interface

public interface GitLabSubgroupsClient

An instance of this class provides access to all the operations defined in GitLabSubgroupsClient.

Method Summary

Modifier and Type Method and Description
abstract GitLabGroupListResponseInner list(String resourceGroupName, String securityConnectorName, String groupFQName)

Gets nested subgroups of given GitLab Group which are onboarded to the connector.

abstract Response<GitLabGroupListResponseInner> listWithResponse(String resourceGroupName, String securityConnectorName, String groupFQName, Context context)

Gets nested subgroups of given GitLab Group which are onboarded to the connector.

Method Details

list

public abstract GitLabGroupListResponseInner list(String resourceGroupName, String securityConnectorName, String groupFQName)

Gets nested subgroups of given GitLab Group which are onboarded to the connector.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
securityConnectorName - The security connector name.
groupFQName - The groupFQName parameter.

Returns:

nested subgroups of given GitLab Group which are onboarded to the connector.

listWithResponse

public abstract Response<GitLabGroupListResponseInner> listWithResponse(String resourceGroupName, String securityConnectorName, String groupFQName, Context context)

Gets nested subgroups of given GitLab Group which are onboarded to the connector.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
securityConnectorName - The security connector name.
groupFQName - The groupFQName parameter.
context - The context to associate with this operation.

Returns:

nested subgroups of given GitLab Group which are onboarded to the connector along with Response<T>.

Applies to