DevOpsConfigurationResource.GetGitLabGroupAsync Method

Definition

Returns a monitored GitLab Group resource for a given fully-qualified name.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.GitLabGroupResource>> GetGitLabGroupAsync(string groupFQName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGitLabGroupAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.GitLabGroupResource>>
override this.GetGitLabGroupAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.GitLabGroupResource>>
Public Overridable Function GetGitLabGroupAsync (groupFQName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of GitLabGroupResource))

Parameters

groupFQName
String
cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

groupFQName is null.

groupFQName is an empty string, and was expected to be non-empty.

Applies to