Lingua

ArmMachineLearningModelFactory.MonitorComputeIdentityBase(String) Method

Definition

Monitor compute identity base definition. Please note this is the abstract base class. The derived classes available for instantiation are: AmlTokenComputeIdentity and ManagedComputeIdentity.

public static Azure.ResourceManager.MachineLearning.Models.MonitorComputeIdentityBase MonitorComputeIdentityBase(string computeIdentityType = default);
static member MonitorComputeIdentityBase : string -> Azure.ResourceManager.MachineLearning.Models.MonitorComputeIdentityBase
Public Shared Function MonitorComputeIdentityBase (Optional computeIdentityType As String = Nothing) As MonitorComputeIdentityBase

Parameters

computeIdentityType
String

[Required] Specifies the type of identity to use within the monitoring jobs.

Returns

A new MonitorComputeIdentityBase instance for mocking.

Applies to