ServiceFabricManagedApplicationTypeVersionCollection.GetAllAsync Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}/versions
  • Operation Id: ApplicationTypeVersions_ListByApplicationTypes
  • Default Api Version: 2024-04-01
  • Resource: ServiceFabricManagedApplicationTypeVersionResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeVersionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeVersionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeVersionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ServiceFabricManagedApplicationTypeVersionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to