OperationalInsightsWorkspaceResource.GetOperationalInsightsTable 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 table d’espace de travail Log Analytics.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}
- IdTables_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource> GetOperationalInsightsTable (string tableName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetOperationalInsightsTable : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>
override this.GetOperationalInsightsTable : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>
Public Overridable Function GetOperationalInsightsTable (tableName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of OperationalInsightsTableResource)
Paramètres
- tableName
- String
Nom de la table.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
tableName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
tableName
a la valeur null.