Condividi tramite


DataExportsOperationsExtensions.ListByWorkspace Method

Definition

Lists the data export instances within a workspace.

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

Parameters

operations
IDataExportsOperations

The operations group for this extension method.

resourceGroupName
String

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

workspaceName
String

The name of the workspace.

Returns

Applies to