Compartir a través de


MockableDeviceUpdateSubscriptionResource.GetDeviceUpdateAccounts Method

Definition

Returns list of Accounts.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DeviceUpdate/accounts
  • Operation Id: Accounts_ListBySubscription
public virtual Azure.Pageable<Azure.ResourceManager.DeviceUpdate.DeviceUpdateAccountResource> GetDeviceUpdateAccounts (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeviceUpdateAccounts : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DeviceUpdate.DeviceUpdateAccountResource>
override this.GetDeviceUpdateAccounts : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DeviceUpdate.DeviceUpdateAccountResource>
Public Overridable Function GetDeviceUpdateAccounts (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DeviceUpdateAccountResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to