Partager via


OperationalInsightsWorkspaceResource.GetOperationalInsightsTable 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 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.

S’applique à