Partager via


HDInsightExtensions.GetHDInsightBillingSpecsAsync Méthode

Définition

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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightBillingSpecsListResult>> GetHDInsightBillingSpecsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetHDInsightBillingSpecsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightBillingSpecsListResult>>
<Extension()>
Public Function GetHDInsightBillingSpecsAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

Retours

S’applique à