ArmCognitiveServicesModelFactory.UserOwnedAmlWorkspace Method

Definition

public static Azure.ResourceManager.CognitiveServices.Models.UserOwnedAmlWorkspace UserOwnedAmlWorkspace(Azure.Core.ResourceIdentifier resourceId = default, Guid? identityClientId = default);
static member UserOwnedAmlWorkspace : Azure.Core.ResourceIdentifier * Nullable<Guid> -> Azure.ResourceManager.CognitiveServices.Models.UserOwnedAmlWorkspace
Public Shared Function UserOwnedAmlWorkspace (Optional resourceId As ResourceIdentifier = Nothing, Optional identityClientId As Nullable(Of Guid) = Nothing) As UserOwnedAmlWorkspace

Parameters

resourceId
ResourceIdentifier

Full resource id of a AML account resource.

identityClientId
Nullable<Guid>

Identity Client id of a AML account resource.

Returns

A new UserOwnedAmlWorkspace instance for mocking.

Applies to