Freigeben über


OperationalInsightsWorkspaceResource.GetOperationalInsightsTableAsync Methode

Definition

Ruft eine Log Analytics-Arbeitsbereichstabelle ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}
  • Vorgang IdTables_Get
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))

Parameter

tableName
String

Der Name der Tabelle.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

tableName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

tableName ist NULL.

Gilt für: