MockableSecurityInsightsArmClient.GetWorkspaceManagerAssignmentResource Method

Definition

Gets an object representing a WorkspaceManagerAssignmentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a WorkspaceManagerAssignmentResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.SecurityInsights.WorkspaceManagerAssignmentResource GetWorkspaceManagerAssignmentResource (Azure.Core.ResourceIdentifier id);
abstract member GetWorkspaceManagerAssignmentResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SecurityInsights.WorkspaceManagerAssignmentResource
override this.GetWorkspaceManagerAssignmentResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SecurityInsights.WorkspaceManagerAssignmentResource
Public Overridable Function GetWorkspaceManagerAssignmentResource (id As ResourceIdentifier) As WorkspaceManagerAssignmentResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a WorkspaceManagerAssignmentResource object.

Applies to