HDInsightExtensions.GetHDInsightBillingSpecs 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.
Répertorie les spécifications de facturation pour l’abonnement et l’emplacement spécifiés.
- Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/billingSpecs
- IdLocations_ListBillingSpecs d’opération
public static Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightBillingSpecsListResult> GetHDInsightBillingSpecs (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetHDInsightBillingSpecs : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightBillingSpecsListResult>
<Extension()>
Public Function GetHDInsightBillingSpecs (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Response(Of HDInsightBillingSpecsListResult)
Paramètres
- subscriptionResource
- SubscriptionResource
Instance SubscriptionResource sur laquelle la méthode s’exécute.
- location
- AzureLocation
Emplacement Azure (région) pour lequel effectuer la demande.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.