MockableWorkloadOrchestrationSubscriptionResource.GetEdgeSchemas 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.Pageable<Azure.ResourceManager.WorkloadOrchestration.EdgeSchemaResource> GetEdgeSchemas(System.Threading.CancellationToken cancellationToken = default);
abstract member GetEdgeSchemas : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.WorkloadOrchestration.EdgeSchemaResource>
override this.GetEdgeSchemas : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.WorkloadOrchestration.EdgeSchemaResource>
Public Overridable Function GetEdgeSchemas (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of EdgeSchemaResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of EdgeSchemaResource that may take multiple service requests to iterate over.