MockableSecurityInsightsArmClient.GetWorkspaceManagerGroup Method

Definition

Gets a workspace manager group.

public virtual Azure.Response<Azure.ResourceManager.SecurityInsights.WorkspaceManagerGroupResource> GetWorkspaceManagerGroup(Azure.Core.ResourceIdentifier scope, string workspaceManagerGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWorkspaceManagerGroup : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.WorkspaceManagerGroupResource>
override this.GetWorkspaceManagerGroup : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.WorkspaceManagerGroupResource>
Public Overridable Function GetWorkspaceManagerGroup (scope As ResourceIdentifier, workspaceManagerGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WorkspaceManagerGroupResource)

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

workspaceManagerGroupName
String

The name of the workspace manager group.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

workspaceManagerGroupName is null.

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

Applies to