Language

MockableSecurityInsightsArmClient.GetWorkspaceManagerMember Method

Definition

Gets a workspace manager member.

public virtual Azure.Response<Azure.ResourceManager.SecurityInsights.WorkspaceManagerMemberResource> GetWorkspaceManagerMember(Azure.Core.ResourceIdentifier scope, string workspaceManagerMemberName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWorkspaceManagerMember : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.WorkspaceManagerMemberResource>
override this.GetWorkspaceManagerMember : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.WorkspaceManagerMemberResource>
Public Overridable Function GetWorkspaceManagerMember (scope As ResourceIdentifier, workspaceManagerMemberName As String, Optional cancellationToken As CancellationToken = Nothing) As 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