Freigeben über


ResourcesExtensions.GetArmApplications Methode

Definition

Überlädt

GetArmApplications(ResourceGroupResource)

Ruft eine Auflistung von ArmApplicationResources in resourceGroupResource ab.

GetArmApplications(SubscriptionResource, CancellationToken)

Ruft alle Anwendungen innerhalb eines Abonnements ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Solutions/applications
  • Vorgang IdApplications_ListBySubscription

GetArmApplications(ResourceGroupResource)

Ruft eine Auflistung von ArmApplicationResources in resourceGroupResource ab.

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

Parameter

resourceGroupResource
ResourceGroupResource

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

Gibt zurück

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

Gilt für:

GetArmApplications(SubscriptionResource, CancellationToken)

Ruft alle Anwendungen innerhalb eines Abonnements ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Solutions/applications
  • Vorgang IdApplications_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.Resources.ArmApplicationResource> GetArmApplications (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetArmApplications : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.ArmApplicationResource>
<Extension()>
Public Function GetArmApplications (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ArmApplicationResource)

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 ArmApplicationResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: