Freigeben über


OperationalInsightsWorkspaceResource.GetOperationalInsightsDataExportAsync Methode

Definition

Ruft einen Datenexport instance ab.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
  • Vorgang IdDataExports_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataExportResource>> GetOperationalInsightsDataExportAsync (string dataExportName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetOperationalInsightsDataExportAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataExportResource>>
override this.GetOperationalInsightsDataExportAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataExportResource>>
Public Overridable Function GetOperationalInsightsDataExportAsync (dataExportName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of OperationalInsightsDataExportResource))

Parameter

dataExportName
String

Der Name der Datenexportregel.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

dataExportName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

dataExportName ist NULL.

Gilt für: