Freigeben über


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