DeletedWorkspacesOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets recently deleted workspaces in a subscription, available for recovery.
public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.OperationalInsights.Models.Workspace> List (this Microsoft.Azure.Management.OperationalInsights.IDeletedWorkspacesOperations operations);
static member List : Microsoft.Azure.Management.OperationalInsights.IDeletedWorkspacesOperations -> seq<Microsoft.Azure.Management.OperationalInsights.Models.Workspace>
<Extension()>
Public Function List (operations As IDeletedWorkspacesOperations) As IEnumerable(Of Workspace)
Parameters
- operations
- IDeletedWorkspacesOperations
The operations group for this extension method.