ServiceFabricApplicationTypeVersionCollection.GetAll Method

Definition

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

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to