Freigeben über


ResourcesSubscriptionMockingExtension.GetArmApplicationsAsync Methode

Definition

Ruft alle Anwendungen in einem Abonnement ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Solutions/applications
  • Vorgangs-IdApplications_ListBySubscription
public virtual Azure.AsyncPageable<Azure.ResourceManager.Resources.ArmApplicationResource> GetArmApplicationsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetArmApplicationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.ArmApplicationResource>
override this.GetArmApplicationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.ArmApplicationResource>
Public Overridable Function GetArmApplicationsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ArmApplicationResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von ArmApplicationResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: