Freigeben über


BigDataPoolsOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellen Sie einen Big Data-Pool.

public static Microsoft.Azure.Management.Synapse.Models.BigDataPoolResourceInfo CreateOrUpdate (this Microsoft.Azure.Management.Synapse.IBigDataPoolsOperations operations, string resourceGroupName, string workspaceName, string bigDataPoolName, Microsoft.Azure.Management.Synapse.Models.BigDataPoolResourceInfo bigDataPoolInfo, bool? force = False);
static member CreateOrUpdate : Microsoft.Azure.Management.Synapse.IBigDataPoolsOperations * string * string * string * Microsoft.Azure.Management.Synapse.Models.BigDataPoolResourceInfo * Nullable<bool> -> Microsoft.Azure.Management.Synapse.Models.BigDataPoolResourceInfo
<Extension()>
Public Function CreateOrUpdate (operations As IBigDataPoolsOperations, resourceGroupName As String, workspaceName As String, bigDataPoolName As String, bigDataPoolInfo As BigDataPoolResourceInfo, Optional force As Nullable(Of Boolean) = False) As BigDataPoolResourceInfo

Parameter

operations
IBigDataPoolsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

workspaceName
String

Den Namen des Arbeitsbereichs.

bigDataPoolName
String

Name des Big Data-Pools

bigDataPoolInfo
BigDataPoolResourceInfo

Der zu erstellende Big Data-Pool.

force
Nullable<Boolean>

Gibt an, ob ausgeführte Aufträge im Big Data-Pool beendet werden sollen

Gibt zurück

Hinweise

Erstellen Sie einen neuen Big Data-Pool.

Gilt für: