ArmMachineLearningModelFactory.MachineLearningManagedIdentity 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.
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
Specifies a user-assigned identity by client ID. For system-assigned, do not set this field.
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.