CostManagementSettingCollection.GetAll(CancellationToken) Method

Definition

List all cost management settings in the requested scope.

  • Request Path. : /{scope}/providers/Microsoft.CostManagement/settings.
  • Operation Id. : Settings_List.
  • Default Api Version. : 2025-03-01.
public virtual Azure.Pageable<Azure.ResourceManager.CostManagement.CostManagementSettingResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CostManagement.CostManagementSettingResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CostManagement.CostManagementSettingResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CostManagementSettingResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to