ArmSynapseModelFactory.SynapseBigDataPoolInfoData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von SynapseBigDataPoolInfoData.
public static Azure.ResourceManager.Synapse.SynapseBigDataPoolInfoData SynapseBigDataPoolInfoData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string provisioningState = default, Azure.ResourceManager.Synapse.Models.BigDataPoolAutoScaleProperties autoScale = default, DateTimeOffset? createdOn = default, Azure.ResourceManager.Synapse.Models.BigDataPoolAutoPauseProperties autoPause = default, bool? isComputeIsolationEnabled = default, bool? isAutotuneEnabled = default, bool? isSessionLevelPackagesEnabled = default, int? cacheSize = default, Azure.ResourceManager.Synapse.Models.SynapseDynamicExecutorAllocation dynamicExecutorAllocation = default, string sparkEventsFolder = default, int? nodeCount = default, Azure.ResourceManager.Synapse.Models.BigDataPoolLibraryRequirements libraryRequirements = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Synapse.Models.BigDataPoolLibraryInfo> customLibraries = default, Azure.ResourceManager.Synapse.Models.BigDataPoolSparkConfigProperties sparkConfigProperties = default, string sparkVersion = default, string defaultSparkLogFolder = default, Azure.ResourceManager.Synapse.Models.BigDataPoolNodeSize? nodeSize = default, Azure.ResourceManager.Synapse.Models.BigDataPoolNodeSizeFamily? nodeSizeFamily = default, DateTimeOffset? lastSucceededOn = default);
static member SynapseBigDataPoolInfoData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Azure.ResourceManager.Synapse.Models.BigDataPoolAutoScaleProperties * Nullable<DateTimeOffset> * Azure.ResourceManager.Synapse.Models.BigDataPoolAutoPauseProperties * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<int> * Azure.ResourceManager.Synapse.Models.SynapseDynamicExecutorAllocation * string * Nullable<int> * Azure.ResourceManager.Synapse.Models.BigDataPoolLibraryRequirements * seq<Azure.ResourceManager.Synapse.Models.BigDataPoolLibraryInfo> * Azure.ResourceManager.Synapse.Models.BigDataPoolSparkConfigProperties * string * string * Nullable<Azure.ResourceManager.Synapse.Models.BigDataPoolNodeSize> * Nullable<Azure.ResourceManager.Synapse.Models.BigDataPoolNodeSizeFamily> * Nullable<DateTimeOffset> -> Azure.ResourceManager.Synapse.SynapseBigDataPoolInfoData
Public Shared Function SynapseBigDataPoolInfoData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional provisioningState As String = Nothing, Optional autoScale As BigDataPoolAutoScaleProperties = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional autoPause As BigDataPoolAutoPauseProperties = Nothing, Optional isComputeIsolationEnabled As Nullable(Of Boolean) = Nothing, Optional isAutotuneEnabled As Nullable(Of Boolean) = Nothing, Optional isSessionLevelPackagesEnabled As Nullable(Of Boolean) = Nothing, Optional cacheSize As Nullable(Of Integer) = Nothing, Optional dynamicExecutorAllocation As SynapseDynamicExecutorAllocation = Nothing, Optional sparkEventsFolder As String = Nothing, Optional nodeCount As Nullable(Of Integer) = Nothing, Optional libraryRequirements As BigDataPoolLibraryRequirements = Nothing, Optional customLibraries As IEnumerable(Of BigDataPoolLibraryInfo) = Nothing, Optional sparkConfigProperties As BigDataPoolSparkConfigProperties = Nothing, Optional sparkVersion As String = Nothing, Optional defaultSparkLogFolder As String = Nothing, Optional nodeSize As Nullable(Of BigDataPoolNodeSize) = Nothing, Optional nodeSizeFamily As Nullable(Of BigDataPoolNodeSizeFamily) = Nothing, Optional lastSucceededOn As Nullable(Of DateTimeOffset) = Nothing) As SynapseBigDataPoolInfoData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Die Tags.
- location
- AzureLocation
Der Speicherort.
- provisioningState
- String
Der Zustand des Big Data-Pools.
- autoScale
- BigDataPoolAutoScaleProperties
Eigenschaften der automatischen Skalierung.
- createdOn
- Nullable<DateTimeOffset>
Der Zeitpunkt, zu dem der Big Data-Pool erstellt wurde.
- autoPause
- BigDataPoolAutoPauseProperties
Eigenschaften, die automatisch angehalten werden.
Gibt an, ob Computeisolation erforderlich ist oder nicht.
Gibt an, ob Pakete auf Sitzungsebene aktiviert sind.
- dynamicExecutorAllocation
- SynapseDynamicExecutorAllocation
Dynamische Executorzuordnung.
- sparkEventsFolder
- String
Der Spark-Ereignisordner.
- libraryRequirements
- BigDataPoolLibraryRequirements
Anforderungen an die Bibliotheksversion.
- customLibraries
- IEnumerable<BigDataPoolLibraryInfo>
Liste der benutzerdefinierten Bibliotheken/Pakete, die dem Spark-Pool zugeordnet sind.
- sparkConfigProperties
- BigDataPoolSparkConfigProperties
Spark-Konfigurationsdatei zum Angeben zusätzlicher Eigenschaften.
- sparkVersion
- String
Die Apache Spark-Version.
- defaultSparkLogFolder
- String
Der Standardordner, in den Spark-Protokolle geschrieben werden.
- nodeSize
- Nullable<BigDataPoolNodeSize>
Die Ebene der Computeleistung, über die jeder Knoten im Big Data-Pool verfügt.
- nodeSizeFamily
- Nullable<BigDataPoolNodeSizeFamily>
Die Art von Knoten, die der Big Data-Pool bereitstellt.
- lastSucceededOn
- Nullable<DateTimeOffset>
Der Zeitpunkt, zu dem der Big Data-Pool erfolgreich aktualisiert wurde.
Gibt zurück
Eine neue SynapseBigDataPoolInfoData instance zum Simulieren.