Share via


SqlPoolsOperationsExtensions.UpdateAsync Methode

Definition

Aktualisieren des SQL-Pools

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.SqlPool> UpdateAsync (this Microsoft.Azure.Management.Synapse.ISqlPoolsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, Microsoft.Azure.Management.Synapse.Models.SqlPoolPatchInfo sqlPoolInfo, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Synapse.ISqlPoolsOperations * string * string * string * Microsoft.Azure.Management.Synapse.Models.SqlPoolPatchInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.SqlPool>
<Extension()>
Public Function UpdateAsync (operations As ISqlPoolsOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, sqlPoolInfo As SqlPoolPatchInfo, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SqlPool)

Parameter

operations
ISqlPoolsOperations

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.

sqlPoolName
String

Name des SQL-Pools

sqlPoolInfo
SqlPoolPatchInfo

Die aktualisierten SQL-Pooleigenschaften

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Anwenden eines teilweisen Updates auf einen SQL-Pool

Gilt für: