次の方法で共有


SqlPoolsOperationsExtensions.Resume メソッド

定義

SQL プールの再開

public static object Resume (this Microsoft.Azure.Management.Synapse.ISqlPoolsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName);
static member Resume : Microsoft.Azure.Management.Synapse.ISqlPoolsOperations * string * string * string -> obj
<Extension()>
Public Function Resume (operations As ISqlPoolsOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String) As Object

パラメーター

operations
ISqlPoolsOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前

sqlPoolName
String

SQL プール名

戻り値

注釈

SQL プールを再開する

適用対象