FreeServicesCollection.GetAll(CancellationToken) Method

Definition

This operation lists the free services that are available under the specified resource group.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BillingBenefits/freeServices.
  • Operation Id. : FreeServicesOperations_ListByResourceGroup.
  • Default Api Version. : 2025-12-01-preview.
public virtual Azure.Pageable<Azure.ResourceManager.BillingBenefits.FreeServicesResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.BillingBenefits.FreeServicesResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.BillingBenefits.FreeServicesResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of FreeServicesResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to