Condividi tramite


ServiceFabricManagedApplicationTypeVersionCollection.GetAll 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: 2023-12-01-preview
  • Resource: ServiceFabricManagedApplicationTypeVersionResource
public virtual Azure.Pageable<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeVersionResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeVersionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationTypeVersionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ServiceFabricManagedApplicationTypeVersionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to