Freigeben über


BigDataPoolsOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellen Sie einen Big Data-Pool.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.BigDataPoolResourceInfo> CreateOrUpdateAsync (this Microsoft.Azure.Management.Synapse.IBigDataPoolsOperations operations, string resourceGroupName, string workspaceName, string bigDataPoolName, Microsoft.Azure.Management.Synapse.Models.BigDataPoolResourceInfo bigDataPoolInfo, bool? force = False, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Synapse.IBigDataPoolsOperations * string * string * string * Microsoft.Azure.Management.Synapse.Models.BigDataPoolResourceInfo * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.BigDataPoolResourceInfo>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IBigDataPoolsOperations, resourceGroupName As String, workspaceName As String, bigDataPoolName As String, bigDataPoolInfo As BigDataPoolResourceInfo, Optional force As Nullable(Of Boolean) = False, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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>

Ob ausgeführte Aufträge im Big Data-Pool beendet werden sollen

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Erstellen Sie einen neuen Big Data-Pool.

Gilt für: