Share via


OperationalInsightsWorkspaceResource.GetSchemasAsync 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.AsyncPageable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsSearchSchemaValue> GetSchemasAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSchemasAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsSearchSchemaValue>
override this.GetSchemasAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsSearchSchemaValue>
Public Overridable Function GetSchemasAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of OperationalInsightsSearchSchemaValue)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to