次の方法で共有


DeletedWorkspacesOperationsExtensions.ListByResourceGroup メソッド

定義

回復可能なリソース グループ内の最近削除されたワークスペースを取得します。

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.OperationalInsights.Models.Workspace> ListByResourceGroup (this Microsoft.Azure.Management.OperationalInsights.IDeletedWorkspacesOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.OperationalInsights.IDeletedWorkspacesOperations * string -> seq<Microsoft.Azure.Management.OperationalInsights.Models.Workspace>
<Extension()>
Public Function ListByResourceGroup (operations As IDeletedWorkspacesOperations, resourceGroupName As String) As IEnumerable(Of Workspace)

パラメーター

operations
IDeletedWorkspacesOperations

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

resourceGroupName
String

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

戻り値

適用対象