MockableWorkloadOrchestrationSubscriptionResource.GetEdgeSchemasAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List by subscription
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Edge/schemas
- Operation Id: Schema_ListBySubscription
- Default Api Version: 2025-06-01
- Resource: EdgeSchemaResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.WorkloadOrchestration.EdgeSchemaResource> GetEdgeSchemasAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetEdgeSchemasAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.WorkloadOrchestration.EdgeSchemaResource>
override this.GetEdgeSchemasAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.WorkloadOrchestration.EdgeSchemaResource>
Public Overridable Function GetEdgeSchemasAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of EdgeSchemaResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of EdgeSchemaResource that may take multiple service requests to iterate over.