Udostępnij za pośrednictwem


MachineLearningJobProperties.Identity Property

Definition

Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null. Defaults to AmlToken if null. Please note MachineLearningIdentityConfiguration is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AmlToken, MachineLearningManagedIdentity and MachineLearningUserIdentity.

public Azure.ResourceManager.MachineLearning.Models.MachineLearningIdentityConfiguration Identity { get; set; }
member this.Identity : Azure.ResourceManager.MachineLearning.Models.MachineLearningIdentityConfiguration with get, set
Public Property Identity As MachineLearningIdentityConfiguration

Property Value

Applies to