MonitorServerlessSparkCompute Constructor
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.
Initializes a new instance of MonitorServerlessSparkCompute.
public MonitorServerlessSparkCompute(Azure.ResourceManager.MachineLearning.Models.MonitorComputeIdentityBase computeIdentity, string instanceType, string runtimeVersion);
new Azure.ResourceManager.MachineLearning.Models.MonitorServerlessSparkCompute : Azure.ResourceManager.MachineLearning.Models.MonitorComputeIdentityBase * string * string -> Azure.ResourceManager.MachineLearning.Models.MonitorServerlessSparkCompute
Public Sub New (computeIdentity As MonitorComputeIdentityBase, instanceType As String, runtimeVersion As String)
Parameters
- computeIdentity
- MonitorComputeIdentityBase
[Required] The identity scheme leveraged to by the spark jobs running on serverless Spark.
- instanceType
- String
[Required] The instance type running the Spark job.
- runtimeVersion
- String
[Required] The Spark runtime version.
Exceptions
computeIdentity, instanceType or runtimeVersion is null.