Share via


TenantsCostManagementViewsCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

public virtual Azure.NullableResponse<Azure.ResourceManager.CostManagement.TenantsCostManagementViewsResource> GetIfExists(string viewName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.CostManagement.TenantsCostManagementViewsResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.CostManagement.TenantsCostManagementViewsResource>
Public Overridable Function GetIfExists (viewName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of TenantsCostManagementViewsResource)

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