MockableSecurityInsightsArmClient.GetWorkspaceManagerMemberAsync Method

Definition

Gets a workspace manager member.

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

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

workspaceManagerMemberName
String

The name of the workspace manager member.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

workspaceManagerMemberName is null.

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

Applies to