Freigeben über


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

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: