SecurityConnectorGitLabGroupCollection.GetGitLabSubgroups 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.Pageable<Azure.ResourceManager.SecurityCenter.SecurityConnectorGitLabGroupResource> GetGitLabSubgroups (string groupFQName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGitLabSubgroups : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.SecurityConnectorGitLabGroupResource>
override this.GetGitLabSubgroups : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.SecurityConnectorGitLabGroupResource>
Public Overridable Function GetGitLabSubgroups (groupFQName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SecurityConnectorGitLabGroupResource)
Parameters
- groupFQName
- String
The GitLab group fully-qualified name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A 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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET