CostManagementViewsCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

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