Share via


MockableDeviceRegistrySubscriptionResource.GetDeviceRegistrySchemaRegistriesAsync Method

Definition

List SchemaRegistry resources by subscription ID

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.DeviceRegistry/schemaRegistries.
  • Operation Id. : SchemaRegistries_ListBySubscription.
  • Default Api Version. : 2026-03-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.DeviceRegistry.DeviceRegistrySchemaRegistryResource> GetDeviceRegistrySchemaRegistriesAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeviceRegistrySchemaRegistriesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DeviceRegistry.DeviceRegistrySchemaRegistryResource>
override this.GetDeviceRegistrySchemaRegistriesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DeviceRegistry.DeviceRegistrySchemaRegistryResource>
Public Overridable Function GetDeviceRegistrySchemaRegistriesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DeviceRegistrySchemaRegistryResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to