PSSynapseSparkPool Class
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.
public class PSSynapseSparkPool : Microsoft.Azure.Commands.Synapse.Models.PSSynapseTrackedResource
type PSSynapseSparkPool = class
inherit PSSynapseTrackedResource
Public Class PSSynapseSparkPool
Inherits PSSynapseTrackedResource
- Inheritance
Constructors
PSSynapseSparkPool(BigDataPoolResourceInfo) |
Properties
AutoPause |
Gets auto-pausing properties |
AutoScale |
Gets auto-scaling properties |
CacheSize |
Gets or sets the cache size |
CreationDate |
Gets the time when the Big Data pool was created. |
DefaultSparkLogFolder |
Gets the default folder where Spark logs will be written. |
DynamicExecutorAllocation |
Gets or sets dynamic Executor Allocation |
Id |
Gets fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from PSSynapseResource) |
IsComputeIsolationEnabled |
Gets or sets whether compute isolation is required or not. |
LastSucceededTimestamp |
Gets the time when the Big Data pool was updated successfully. |
LibraryRequirements |
Gets library version requirements |
Location |
Gets or sets the geo-location where the resource lives (Inherited from PSSynapseTrackedResource) |
Name |
Gets the name of the resource (Inherited from PSSynapseResource) |
NodeCount |
Gets the number of nodes in the Big Data pool. |
NodeSize |
Gets the level of compute power that each node in the Big Data pool has. Possible values include: 'None', 'Small', 'Medium', 'Large', 'XLarge', 'XXLarge', 'XXXLarge' |
NodeSizeFamily |
Gets the kind of nodes that the Big Data pool provides. Possible values include: 'None', 'MemoryOptimized' |
ProvisioningState |
Gets the state of the Big Data pool. |
SessionLevelPackagesEnabled |
Gets or sets whether session level packages enabled. |
SparkConfigProperties |
Gets the spark configuration properties. |
SparkEventsFolder |
Gets the Spark events folder |
SparkVersion |
Gets the Apache Spark version. |
Tags |
Gets or sets resource tags. (Inherited from PSSynapseTrackedResource) |
TagsTable | (Inherited from PSSynapseTrackedResource) |
Type |
Gets the type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. (Inherited from PSSynapseResource) |
WorkspacePackages |
Gets or sets list of custom libraries/packages associated with the spark pool. |