BigDataPoolResourceInfo 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.
A Big Data pool.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolResourceInfo+BigDataPoolResourceInfoConverter))]
public class BigDataPoolResourceInfo : Azure.Analytics.Synapse.Artifacts.Models.TrackedResource
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.BigDataPoolResourceInfo+BigDataPoolResourceInfoConverter))>]
type BigDataPoolResourceInfo = class
inherit TrackedResource
Public Class BigDataPoolResourceInfo
Inherits TrackedResource
- Inheritance
- Attributes
Constructors
BigDataPoolResourceInfo(String) |
Initializes a new instance of BigDataPoolResourceInfo. |
Properties
AutoPause |
Auto-pausing properties. |
AutoScale |
Auto-scaling properties. |
CacheSize |
The cache size. |
CreationDate |
The time when the Big Data pool was created. |
CustomLibraries |
List of custom libraries/packages associated with the spark pool. |
DefaultSparkLogFolder |
The default folder where Spark logs will be written. |
DynamicExecutorAllocation |
Dynamic Executor Allocation. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from Resource) |
IsComputeIsolationEnabled |
Whether compute isolation is required or not. |
LastSucceededTimestamp |
The time when the Big Data pool was updated successfully. |
LibraryRequirements |
Library version requirements. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResource) |
Name |
The name of the resource. (Inherited from Resource) |
NodeCount |
The number of nodes in the Big Data pool. |
NodeSize |
The level of compute power that each node in the Big Data pool has. |
NodeSizeFamily |
The kind of nodes that the Big Data pool provides. |
ProvisioningState |
The state of the Big Data pool. |
SessionLevelPackagesEnabled |
Whether session level packages enabled. |
SparkConfigProperties |
Spark configuration file to specify additional properties. |
SparkEventsFolder |
The Spark events folder. |
SparkVersion |
The Apache Spark version. |
Tags |
Resource tags. (Inherited from TrackedResource) |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from Resource) |
Applies to
Azure SDK for .NET