CostManagementExtensions.GetCostManagementViewsAsync Method

Definition

Gets the view for the defined scope by view name.

  • Request Path: /{scope}/providers/Microsoft.CostManagement/views/{viewName}
  • Operation Id: Views_GetByScope
C#
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CostManagement.CostManagementViewsResource>> GetCostManagementViewsAsync(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string viewName, System.Threading.CancellationToken cancellationToken = default);

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

scope
ResourceIdentifier

The scope that the resource will apply against.

viewName
String

View name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

client or viewName is null.

viewName is an empty string, and was expected to be non-empty.

Applies to

Product Versions
Azure SDK for .NET Latest