Bagikan melalui


OperationalInsightsTableResource.Get(CancellationToken) Method

Definition

Gets a Log Analytics workspace table.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}
  • Operation Id: Tables_Get
  • Default Api Version: 2022-10-01
  • Resource: OperationalInsightsTableResource
public virtual Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of OperationalInsightsTableResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to