Freigeben über


EdgeDynamicSchemaCollection.GetAll(CancellationToken) Method

Definition

List by Schema

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/schemas/{schemaName}/dynamicSchemas
  • Operation Id: DynamicSchema_ListBySchema
  • Default Api Version: 2025-06-01
  • Resource: EdgeDynamicSchemaResource
public virtual Azure.Pageable<Azure.ResourceManager.WorkloadOrchestration.EdgeDynamicSchemaResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.WorkloadOrchestration.EdgeDynamicSchemaResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.WorkloadOrchestration.EdgeDynamicSchemaResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of EdgeDynamicSchemaResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to