共用方式為


DeletedWorkspacesOperationsExtensions.ListByResourceGroup Method

Definition

Gets recently deleted workspaces in a resource group, available for recovery.

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)

Parameters

operations
IDeletedWorkspacesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

Returns

Applies to