ภาษา

ArmMachineLearningModelFactory.ManagedComputeIdentity Method

Definition

Managed compute identity definition.

public static Azure.ResourceManager.MachineLearning.Models.ManagedComputeIdentity ManagedComputeIdentity(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member ManagedComputeIdentity : Azure.ResourceManager.Models.ManagedServiceIdentity -> Azure.ResourceManager.MachineLearning.Models.ManagedComputeIdentity
Public Shared Function ManagedComputeIdentity (Optional identity As ManagedServiceIdentity = Nothing) As ManagedComputeIdentity

Parameters

identity
ManagedServiceIdentity

The identity which will be leveraged by the monitoring jobs.

Returns

A new ManagedComputeIdentity instance for mocking.

Applies to