SparkJobDefinition(BigDataPoolReference, SparkJobProperties) 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 SparkJobDefinition.
public SparkJobDefinition (Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReference targetBigDataPool, Azure.Analytics.Synapse.Artifacts.Models.SparkJobProperties jobProperties);
new Azure.Analytics.Synapse.Artifacts.Models.SparkJobDefinition : Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolReference * Azure.Analytics.Synapse.Artifacts.Models.SparkJobProperties -> Azure.Analytics.Synapse.Artifacts.Models.SparkJobDefinition
Public Sub New (targetBigDataPool As BigDataPoolReference, jobProperties As SparkJobProperties)
Parameters
- targetBigDataPool
- BigDataPoolReference
Big data pool reference.
- jobProperties
- SparkJobProperties
The properties of the Spark job.
Exceptions
targetBigDataPool
or jobProperties
is null.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET