Share via


MockableDeviceRegistrySubscriptionResource.GetDeviceRegistrySchemaRegistries Method

Definition

List SchemaRegistry resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DeviceRegistry/schemaRegistries
  • Operation Id: SchemaRegistry_ListBySubscription
  • Default Api Version: 2024-09-01-preview
  • Resource: DeviceRegistrySchemaRegistryResource
public virtual Azure.Pageable<Azure.ResourceManager.DeviceRegistry.DeviceRegistrySchemaRegistryResource> GetDeviceRegistrySchemaRegistries(System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeviceRegistrySchemaRegistries : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DeviceRegistry.DeviceRegistrySchemaRegistryResource>
override this.GetDeviceRegistrySchemaRegistries : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DeviceRegistry.DeviceRegistrySchemaRegistryResource>
Public Overridable Function GetDeviceRegistrySchemaRegistries (Optional cancellationToken As CancellationToken = Nothing) As Pageable(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