ServiceFabricApplicationCollection.GetAll(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all application 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}/applications
- Operation Id: Applications_List
- Default Api Version: 2023-11-01-preview
- Resource: ServiceFabricApplicationResource
public virtual Azure.Pageable<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ServiceFabricApplicationResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ServiceFabricApplicationResource that may take multiple service requests to iterate over.