SqlPoolsOperationsExtensions.Update メソッド

定義

SQL プールを更新する

public static Microsoft.Azure.Management.Synapse.Models.SqlPool Update (this Microsoft.Azure.Management.Synapse.ISqlPoolsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, Microsoft.Azure.Management.Synapse.Models.SqlPoolPatchInfo sqlPoolInfo);
static member Update : Microsoft.Azure.Management.Synapse.ISqlPoolsOperations * string * string * string * Microsoft.Azure.Management.Synapse.Models.SqlPoolPatchInfo -> Microsoft.Azure.Management.Synapse.Models.SqlPool
<Extension()>
Public Function Update (operations As ISqlPoolsOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, sqlPoolInfo As SqlPoolPatchInfo) As SqlPool

パラメーター

operations
ISqlPoolsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前

sqlPoolName
String

SQL プール名

sqlPoolInfo
SqlPoolPatchInfo

更新された SQL プールのプロパティ

戻り値

注釈

SQL プールに部分的な更新を適用する

適用対象