ArmApplicationCollection.GetAll(CancellationToken) Method

Definition

Gets all the applications within a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications
  • Operation Id: Applications_ListByResourceGroup
  • Default Api Version: 2019-07-01
  • Resource: ArmApplicationResource
public virtual Azure.Pageable<Azure.ResourceManager.Resources.ArmApplicationResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.ArmApplicationResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.ArmApplicationResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ArmApplicationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to