OperationalInsightsWorkspaceResource.GetOperationalInsightsDataExportAsync 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/abonnements de la demande/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataExports/{dataExportName}
- IdDataExports_Get d’opération
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))
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 on s’attendait à ce qu’elle ne soit pas vide.
dataExportName
a la valeur null.