BigDataPoolResourceInfo Class
A Big Data pool.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.synapse.models._models_py3.TrackedResourceBigDataPoolResourceInfo
Constructor
BigDataPoolResourceInfo(*, location: str, tags: Optional[Dict[str, str]] = None, provisioning_state: Optional[str] = None, auto_scale: Optional[azure.mgmt.synapse.models._models_py3.AutoScaleProperties] = None, creation_date: Optional[datetime.datetime] = None, auto_pause: Optional[azure.mgmt.synapse.models._models_py3.AutoPauseProperties] = None, is_compute_isolation_enabled: Optional[bool] = None, session_level_packages_enabled: Optional[bool] = None, cache_size: Optional[int] = None, dynamic_executor_allocation: Optional[azure.mgmt.synapse.models._models_py3.DynamicExecutorAllocation] = None, spark_events_folder: Optional[str] = None, node_count: Optional[int] = None, library_requirements: Optional[azure.mgmt.synapse.models._models_py3.LibraryRequirements] = None, custom_libraries: Optional[List[azure.mgmt.synapse.models._models_py3.LibraryInfo]] = None, spark_config_properties: Optional[azure.mgmt.synapse.models._models_py3.LibraryRequirements] = None, spark_version: Optional[str] = None, default_spark_log_folder: Optional[str] = None, node_size: Optional[Union[str, azure.mgmt.synapse.models._synapse_management_client_enums.NodeSize]] = None, node_size_family: Optional[Union[str, azure.mgmt.synapse.models._synapse_management_client_enums.NodeSizeFamily]] = None, **kwargs)
Parameters
- custom_libraries
- list[LibraryInfo]
List of custom libraries/packages associated with the spark pool.
- spark_config_properties
- LibraryRequirements
Spark configuration file to specify additional properties.
The level of compute power that each node in the Big Data pool has. Possible values include: "None", "Small", "Medium", "Large", "XLarge", "XXLarge", "XXXLarge".
- node_size_family
- str or NodeSizeFamily
The kind of nodes that the Big Data pool provides. Possible values include: "None", "MemoryOptimized".
Variables
- id
- str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- str
The name of the resource.
- type
- str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- last_succeeded_timestamp
- datetime
The time when the Big Data pool was updated successfully.
Feedback
Submit and view feedback for