Partager via


DeviceRegistryBillingContainerCollection.GetAllAsync Method

Definition

List BillingContainer resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DeviceRegistry/billingContainers
  • Operation Id: BillingContainer_ListBySubscription
  • Default Api Version: 2024-09-01-preview
  • Resource: DeviceRegistryBillingContainerResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.DeviceRegistry.DeviceRegistryBillingContainerResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DeviceRegistry.DeviceRegistryBillingContainerResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DeviceRegistry.DeviceRegistryBillingContainerResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DeviceRegistryBillingContainerResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to