Partager via


OperationalInsightsWorkspaceResource.GetOperationalInsightsTableAsync Méthode

Définition

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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>> GetOperationalInsightsTableAsync (string tableName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetOperationalInsightsTableAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>>
override this.GetOperationalInsightsTableAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>>
Public Overridable Function GetOperationalInsightsTableAsync (tableName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

S’applique à