CostManagementViewsCollection.GetAsync(String, CancellationToken) Method

Definition

Gets the view for the defined scope by view name.

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

Parameters

viewName
String

View name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

viewName is null.

Applies to