共用方式為


MonitorServerlessSparkCompute.ComputeIdentity Property

Definition

[Required] The identity scheme leveraged to by the spark jobs running on serverless Spark. Please note MonitorComputeIdentityBase 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 AmlTokenComputeIdentity and ManagedComputeIdentity.

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

Property Value

Applies to