Share via


MockableCostManagementTenantResource.GetTenantsCostManagementViews Method

Definition

Gets the view by view name.

  • Request Path: /providers/Microsoft.CostManagement/views/{viewName}
  • Operation Id: Views_Get
public virtual Azure.Response<Azure.ResourceManager.CostManagement.TenantsCostManagementViewsResource> GetTenantsCostManagementViews (string viewName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTenantsCostManagementViews : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CostManagement.TenantsCostManagementViewsResource>
override this.GetTenantsCostManagementViews : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CostManagement.TenantsCostManagementViewsResource>
Public Overridable Function GetTenantsCostManagementViews (viewName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TenantsCostManagementViewsResource)

Parameters

viewName
String

View name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

viewName is null.

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

Applies to