MockableCostManagementArmClient.GetAllCostManagementViews Method

Definition

Gets a collection of CostManagementViewsResources in the ArmClient.

public virtual Azure.ResourceManager.CostManagement.CostManagementViewsCollection GetAllCostManagementViews (Azure.Core.ResourceIdentifier scope);
abstract member GetAllCostManagementViews : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.CostManagement.CostManagementViewsCollection
override this.GetAllCostManagementViews : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.CostManagement.CostManagementViewsCollection
Public Overridable Function GetAllCostManagementViews (scope As ResourceIdentifier) As CostManagementViewsCollection

Parameters

scope
ResourceIdentifier

The scope that the resource will apply against.

Returns

An object representing collection of CostManagementViewsResources and their operations over a CostManagementViewsResource.

Applies to