OperationalInsightsWorkspaceResource.GetOperationalInsightsDataExport Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.