Bagikan melalui


OperationalInsightsWorkspaceResource.GetSchemas(CancellationToken) Method

Definition

Gets the schema for a given workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/schema
  • Operation Id: Schema_Get
  • Default Api Version: 2020-08-01
public virtual Azure.Pageable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsSearchSchemaValue> GetSchemas (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSchemas : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsSearchSchemaValue>
override this.GetSchemas : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsSearchSchemaValue>
Public Overridable Function GetSchemas (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of OperationalInsightsSearchSchemaValue)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of OperationalInsightsSearchSchemaValue that may take multiple service requests to iterate over.

Applies to