次の方法で共有


DeviceRegistryBillingContainerCollection.GetAll(CancellationToken) 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.Pageable<Azure.ResourceManager.DeviceRegistry.DeviceRegistryBillingContainerResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DeviceRegistry.DeviceRegistryBillingContainerResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DeviceRegistry.DeviceRegistryBillingContainerResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DeviceRegistryBillingContainerResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to