Поделиться через


MockableDeviceRegistrySubscriptionResource.GetDeviceRegistrySchemaRegistriesAsync 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.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

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

Applies to