Share via


ResourcesSubscriptionMockingExtension.GetArmApplicationsAsync Method

Definition

Gets all the applications within a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Solutions/applications
  • Operation Id: Applications_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)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ArmApplicationResource that may take multiple service requests to iterate over.

Applies to