Bagikan melalui


MockableCostManagementTenantResource.GetTenantsCostManagementViewsAsync Method

Definition

Gets the view by view name.

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