Share via


BigDataPoolResourceInfo Constructors

Definition

Overloads

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.

BigDataPoolResourceInfo()

Initializes a new instance of the BigDataPoolResourceInfo class.

public BigDataPoolResourceInfo ();
Public Sub New ()

Applies to

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.

public BigDataPoolResourceInfo (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string provisioningState = default, Microsoft.Azure.Management.Synapse.Models.AutoScaleProperties autoScale = default, DateTime? creationDate = default, Microsoft.Azure.Management.Synapse.Models.AutoPauseProperties autoPause = default, bool? isComputeIsolationEnabled = default, bool? sessionLevelPackagesEnabled = default, int? cacheSize = default, Microsoft.Azure.Management.Synapse.Models.DynamicExecutorAllocation dynamicExecutorAllocation = default, string sparkEventsFolder = default, int? nodeCount = default, Microsoft.Azure.Management.Synapse.Models.LibraryRequirements libraryRequirements = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.LibraryInfo> customLibraries = default, Microsoft.Azure.Management.Synapse.Models.LibraryRequirements sparkConfigProperties = default, string sparkVersion = default, string defaultSparkLogFolder = default, string nodeSize = default, string nodeSizeFamily = default, DateTime? lastSucceededTimestamp = default);
new Microsoft.Azure.Management.Synapse.Models.BigDataPoolResourceInfo : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.Synapse.Models.AutoScaleProperties * Nullable<DateTime> * Microsoft.Azure.Management.Synapse.Models.AutoPauseProperties * Nullable<bool> * Nullable<bool> * Nullable<int> * Microsoft.Azure.Management.Synapse.Models.DynamicExecutorAllocation * string * Nullable<int> * Microsoft.Azure.Management.Synapse.Models.LibraryRequirements * System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.LibraryInfo> * Microsoft.Azure.Management.Synapse.Models.LibraryRequirements * string * string * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.Synapse.Models.BigDataPoolResourceInfo
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional provisioningState As String = Nothing, Optional autoScale As AutoScaleProperties = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing, Optional autoPause As AutoPauseProperties = Nothing, Optional isComputeIsolationEnabled As Nullable(Of Boolean) = Nothing, Optional sessionLevelPackagesEnabled As Nullable(Of Boolean) = Nothing, Optional cacheSize As Nullable(Of Integer) = Nothing, Optional dynamicExecutorAllocation As DynamicExecutorAllocation = Nothing, Optional sparkEventsFolder As String = Nothing, Optional nodeCount As Nullable(Of Integer) = Nothing, Optional libraryRequirements As LibraryRequirements = Nothing, Optional customLibraries As IList(Of LibraryInfo) = Nothing, Optional sparkConfigProperties As LibraryRequirements = Nothing, Optional sparkVersion As String = Nothing, Optional defaultSparkLogFolder As String = Nothing, Optional nodeSize As String = Nothing, Optional nodeSizeFamily As String = Nothing, Optional lastSucceededTimestamp As Nullable(Of DateTime) = Nothing)

Parameters

location
String

The geo-location where the resource lives

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

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

tags
IDictionary<String,String>

Resource tags.

provisioningState
String

The state of the Big Data pool.

autoScale
AutoScaleProperties

Auto-scaling properties

creationDate
Nullable<DateTime>

The time when the Big Data pool was created.

autoPause
AutoPauseProperties

Auto-pausing properties

isComputeIsolationEnabled
Nullable<Boolean>

Whether compute isolation is required or not.

sessionLevelPackagesEnabled
Nullable<Boolean>

Whether session level packages enabled.

cacheSize
Nullable<Int32>

The cache size

dynamicExecutorAllocation
DynamicExecutorAllocation

Dynamic Executor Allocation

sparkEventsFolder
String

The Spark events folder

nodeCount
Nullable<Int32>

The number of nodes in the Big Data pool.

libraryRequirements
LibraryRequirements

Library version requirements

customLibraries
IList<LibraryInfo>

List of custom libraries/packages associated with the spark pool.

sparkConfigProperties
LibraryRequirements

Spark configuration file to specify additional properties

sparkVersion
String

The Apache Spark version.

defaultSparkLogFolder
String

The default folder where Spark logs will be written.

nodeSize
String

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
String

The kind of nodes that the Big Data pool provides. Possible values include: 'None', 'MemoryOptimized'

lastSucceededTimestamp
Nullable<DateTime>

The time when the Big Data pool was updated successfully.

Applies to