ArmCognitiveServicesModelFactory.UserOwnedAmlWorkspace Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Returns
A new UserOwnedAmlWorkspace instance for mocking.