ภาษา

ArmMachineLearningModelFactory.MachineLearningManagedIdentity Method

Definition

Managed identity configuration.

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

Parameters

clientId
Nullable<Guid>

Specifies a user-assigned identity by client ID. For system-assigned, do not set this field.

objectId
Nullable<Guid>

Specifies a user-assigned identity by object ID. For system-assigned, do not set this field.

resourceId
ResourceIdentifier

Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field.

Returns

A new MachineLearningManagedIdentity instance for mocking.

Applies to