BigDataPoolResourceInfo Constructors
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.
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
- autoPause
- AutoPauseProperties
Auto-pausing properties
- dynamicExecutorAllocation
- DynamicExecutorAllocation
Dynamic Executor Allocation
- sparkEventsFolder
- String
The Spark events folder
- 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'
Applies to
Azure SDK for .NET