Uses of Class
com.azure.resourcemanager.datafactory.models.BigDataPoolParametrizationReference
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of BigDataPoolParametrizationReference in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionSynapseNotebookActivityTypeProperties.sparkPool()
Get the sparkPool property: The name of the big data pool which will be used to execute the notebook.SynapseSparkJobActivityTypeProperties.targetBigDataPool()
Get the targetBigDataPool property: The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide.Modifier and TypeMethodDescriptionSynapseNotebookActivityTypeProperties.withSparkPool
(BigDataPoolParametrizationReference sparkPool) Set the sparkPool property: The name of the big data pool which will be used to execute the notebook.SynapseSparkJobActivityTypeProperties.withTargetBigDataPool
(BigDataPoolParametrizationReference targetBigDataPool) Set the targetBigDataPool property: The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide. -
Uses of BigDataPoolParametrizationReference in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSynapseNotebookActivity.sparkPool()
Get the sparkPool property: The name of the big data pool which will be used to execute the notebook.SynapseSparkJobDefinitionActivity.targetBigDataPool()
Get the targetBigDataPool property: The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide.BigDataPoolParametrizationReference.withReferenceName
(Object referenceName) Set the referenceName property: Reference big data pool name.BigDataPoolParametrizationReference.withType
(BigDataPoolReferenceType type) Set the type property: Big data pool reference type.Modifier and TypeMethodDescriptionSynapseNotebookActivity.withSparkPool
(BigDataPoolParametrizationReference sparkPool) Set the sparkPool property: The name of the big data pool which will be used to execute the notebook.SynapseSparkJobDefinitionActivity.withTargetBigDataPool
(BigDataPoolParametrizationReference targetBigDataPool) Set the targetBigDataPool property: The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide.