RestorableDroppedSqlPoolsOperationsExtensions.Get メソッド

定義

復元できる削除された SQL プールを取得します

public static Microsoft.Azure.Management.Synapse.Models.RestorableDroppedSqlPool Get (this Microsoft.Azure.Management.Synapse.IRestorableDroppedSqlPoolsOperations operations, string resourceGroupName, string workspaceName, string restorableDroppedSqlPoolId);
static member Get : Microsoft.Azure.Management.Synapse.IRestorableDroppedSqlPoolsOperations * string * string * string -> Microsoft.Azure.Management.Synapse.Models.RestorableDroppedSqlPool
<Extension()>
Public Function Get (operations As IRestorableDroppedSqlPoolsOperations, resourceGroupName As String, workspaceName As String, restorableDroppedSqlPoolId As String) As RestorableDroppedSqlPool

パラメーター

operations
IRestorableDroppedSqlPoolsOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前

restorableDroppedSqlPoolId
String

削除された Sql プールの id (sqlPoolName,deletionTimeInFileTimeFormat の形式)

戻り値

適用対象