CostManagementExtensions.GetTenantsCostManagementViews Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’affichage par nom de vue.
- Chemin de la demande/providers/Microsoft.CostManagement/views/{viewName}
- Opération IdViews_Get
public static Azure.Response<Azure.ResourceManager.CostManagement.TenantsCostManagementViewsResource> GetTenantsCostManagementViews (this Azure.ResourceManager.Resources.TenantResource tenantResource, string viewName, System.Threading.CancellationToken cancellationToken = default);
static member GetTenantsCostManagementViews : Azure.ResourceManager.Resources.TenantResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CostManagement.TenantsCostManagementViewsResource>
<Extension()>
Public Function GetTenantsCostManagementViews (tenantResource As TenantResource, viewName As String, Optional cancellationToken As CancellationToken = Nothing) As 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 devait être non vide.
viewName
a la valeur null.