Bagikan melalui


CostManagementViewsResource.Get(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 Azure.Response<Azure.ResourceManager.CostManagement.CostManagementViewsResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CostManagement.CostManagementViewsResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CostManagement.CostManagementViewsResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of CostManagementViewsResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to