Freigeben über


HDInsightExtensions.GetHDInsightBillingSpecsAsync Methode

Definition

Listet die billingSpecs für das angegebene Abonnement und den angegebenen Standort auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/billingSpecs
  • Vorgang IdLocations_ListBillingSpecs
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))

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

location
AzureLocation

Der Azure-Standort (Region), für den die Anforderung gestellt werden soll.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: