Partager via


OperationalInsightsWorkspaceResource.GetOperationalInsightsDataExport Méthode

Définition

Obtient une instance d’exportation de données.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
  • IdDataExports_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataExportResource> GetOperationalInsightsDataExport (string dataExportName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetOperationalInsightsDataExport : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataExportResource>
override this.GetOperationalInsightsDataExport : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataExportResource>
Public Overridable Function GetOperationalInsightsDataExport (dataExportName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of OperationalInsightsDataExportResource)

Paramètres

dataExportName
String

Nom de la règle d’exportation de données.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

dataExportName est une chaîne vide et devait être non vide.

dataExportName a la valeur null.

S’applique à