ServiceFabricApplicationTypeCollection.GetAll(CancellationToken) Method

Definition

Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes
  • Operation Id: ApplicationTypes_List
  • Default Api Version: 2023-11-01-preview
  • Resource: ServiceFabricApplicationTypeResource
public virtual Azure.Pageable<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationTypeResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationTypeResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationTypeResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ServiceFabricApplicationTypeResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to