Partager via


CostManagementExtensions.GetTenantsCostManagementViewsAsync Méthode

Définition

Obtient la vue par nom d’affichage.

  • Chemin/providers/Microsoft.CostManagement/views/{viewName}
  • IdViews_Get d’opération
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CostManagement.TenantsCostManagementViewsResource>> GetTenantsCostManagementViewsAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, string viewName, System.Threading.CancellationToken cancellationToken = default);
static member GetTenantsCostManagementViewsAsync : Azure.ResourceManager.Resources.TenantResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CostManagement.TenantsCostManagementViewsResource>>
<Extension()>
Public Function GetTenantsCostManagementViewsAsync (tenantResource As TenantResource, viewName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TenantsCostManagementViewsResource))

Paramètres

tenantResource
TenantResource

Instance TenantResource sur laquelle la méthode s’exécute.

viewName
String

Nom de la vue.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

viewName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

viewName a la valeur null.

S’applique à