次の方法で共有


RestorableDroppedSqlPoolsOperationsExtensions.ListByWorkspace メソッド

定義

復元できる削除された Sql プールの一覧を取得します

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Synapse.Models.RestorableDroppedSqlPool> ListByWorkspace (this Microsoft.Azure.Management.Synapse.IRestorableDroppedSqlPoolsOperations operations, string resourceGroupName, string workspaceName);
static member ListByWorkspace : Microsoft.Azure.Management.Synapse.IRestorableDroppedSqlPoolsOperations * string * string -> seq<Microsoft.Azure.Management.Synapse.Models.RestorableDroppedSqlPool>
<Extension()>
Public Function ListByWorkspace (operations As IRestorableDroppedSqlPoolsOperations, resourceGroupName As String, workspaceName As String) As IEnumerable(Of RestorableDroppedSqlPool)

パラメーター

operations
IRestorableDroppedSqlPoolsOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前

戻り値

適用対象