SubmitAzureSynapseSparkJob.MainClassName Property
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.
[System.Management.Automation.Alias(new System.String[] { "MainExecutableFile" })]
[System.Management.Automation.Parameter(HelpMessage="The fully-qualified identifier or the main class that is in the main definition file. Required for Spark and .NET Spark job. e.g. "org.apache.spark.examples.SparkPi"", Mandatory=false, ParameterSetName="RunSparkJobParameterSetName", ValueFromPipelineByPropertyName=false)]
[System.Management.Automation.Parameter(HelpMessage="The fully-qualified identifier or the main class that is in the main definition file. Required for Spark and .NET Spark job. e.g. "org.apache.spark.examples.SparkPi"", Mandatory=false, ParameterSetName="RunSparkJobByParentObjectParameterSet", ValueFromPipelineByPropertyName=false)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string MainClassName { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "MainExecutableFile" })>]
[<System.Management.Automation.Parameter(HelpMessage="The fully-qualified identifier or the main class that is in the main definition file. Required for Spark and .NET Spark job. e.g. "org.apache.spark.examples.SparkPi"", Mandatory=false, ParameterSetName="RunSparkJobParameterSetName", ValueFromPipelineByPropertyName=false)>]
[<System.Management.Automation.Parameter(HelpMessage="The fully-qualified identifier or the main class that is in the main definition file. Required for Spark and .NET Spark job. e.g. "org.apache.spark.examples.SparkPi"", Mandatory=false, ParameterSetName="RunSparkJobByParentObjectParameterSet", ValueFromPipelineByPropertyName=false)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.MainClassName : string with get, set
Public Property MainClassName As String
Property Value
- Attributes