SecurityConnectorGitLabGroupCollection.GetGitLabSubgroupsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets nested subgroups of given GitLab Group which are onboarded to the connector.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName}/devops/default/gitLabGroups/{groupFQName}/listSubgroups
- Operation Id: GitLabSubgroups_List
- Default Api Version: 2023-09-01-preview
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SecurityConnectorGitLabGroupResource> GetGitLabSubgroupsAsync (string groupFQName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGitLabSubgroupsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SecurityConnectorGitLabGroupResource>
override this.GetGitLabSubgroupsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SecurityConnectorGitLabGroupResource>
Public Overridable Function GetGitLabSubgroupsAsync (groupFQName As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SecurityConnectorGitLabGroupResource)
Parameters
- groupFQName
- String
The GitLab group fully-qualified name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of SecurityConnectorGitLabGroupResource that may take multiple service requests to iterate over.
Exceptions
groupFQName
is an empty string, and was expected to be non-empty.
groupFQName
is null.