Freigeben über


DeviceUpdateExtensions.GetDeviceUpdateAccounts Methode

Definition

Überlädt

GetDeviceUpdateAccounts(ResourceGroupResource)

Ruft eine Auflistung von DeviceUpdateAccountResources in resourceGroupResource ab.

GetDeviceUpdateAccounts(SubscriptionResource, CancellationToken)

Gibt die Liste der Konten zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DeviceUpdate/accounts
  • Vorgang IdAccounts_ListBySubscription

GetDeviceUpdateAccounts(ResourceGroupResource)

Ruft eine Auflistung von DeviceUpdateAccountResources in resourceGroupResource ab.

public static Azure.ResourceManager.DeviceUpdate.DeviceUpdateAccountCollection GetDeviceUpdateAccounts (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetDeviceUpdateAccounts : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.DeviceUpdate.DeviceUpdateAccountCollection
<Extension()>
Public Function GetDeviceUpdateAccounts (resourceGroupResource As ResourceGroupResource) As DeviceUpdateAccountCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das die Auflistung von DeviceUpdateAccountResources und deren Vorgänge über eine DeviceUpdateAccountResource darstellt.

Gilt für:

GetDeviceUpdateAccounts(SubscriptionResource, CancellationToken)

Gibt die Liste der Konten zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DeviceUpdate/accounts
  • Vorgang IdAccounts_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.DeviceUpdate.DeviceUpdateAccountResource> GetDeviceUpdateAccounts (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetDeviceUpdateAccounts : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DeviceUpdate.DeviceUpdateAccountResource>
<Extension()>
Public Function GetDeviceUpdateAccounts (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DeviceUpdateAccountResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der DeviceUpdateAccountResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: