BigDataPoolResourceInfo Class

Definition

Big Data pool

[Microsoft.Rest.Serialization.JsonTransformation]
public class BigDataPoolResourceInfo : Microsoft.Azure.Management.Synapse.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BigDataPoolResourceInfo = class
    inherit TrackedResource
Public Class BigDataPoolResourceInfo
Inherits TrackedResource
Inheritance
BigDataPoolResourceInfo
Attributes

Remarks

A Big Data pool

Constructors

BigDataPoolResourceInfo()

Initializes a new instance of the BigDataPoolResourceInfo class.

BigDataPoolResourceInfo(String, String, String, String, IDictionary<String, String>, String, AutoScaleProperties, Nullable<DateTime>, AutoPauseProperties, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, DynamicExecutorAllocation, String, Nullable<Int32>, LibraryRequirements, IList<LibraryInfo>, LibraryRequirements, String, String, String, String, Nullable<DateTime>)

Initializes a new instance of the BigDataPoolResourceInfo class.

Properties

AutoPause

Gets or sets auto-pausing properties

AutoScale

Gets or sets auto-scaling properties

CacheSize

Gets or sets the cache size

CreationDate

Gets or sets the time when the Big Data pool was created.

CustomLibraries

Gets or sets list of custom libraries/packages associated with the spark pool.

DefaultSparkLogFolder

Gets or sets 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 Resource)
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 or sets library version requirements

Location

Gets or sets the geo-location where the resource lives

(Inherited from TrackedResource)
Name

Gets the name of the resource

(Inherited from Resource)
NodeCount

Gets or sets the number of nodes in the Big Data pool.

NodeSize

Gets or sets 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 or sets the kind of nodes that the Big Data pool provides. Possible values include: 'None', 'MemoryOptimized'

ProvisioningState

Gets or sets the state of the Big Data pool.

SessionLevelPackagesEnabled

Gets or sets whether session level packages enabled.

SparkConfigProperties

Gets or sets spark configuration file to specify additional properties

SparkEventsFolder

Gets or sets the Spark events folder

SparkVersion

Gets or sets the Apache Spark version.

Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to