Share via


HDInsightExtensions.GetHDInsightBillingSpecs Method

Definition

Lists the billingSpecs for the specified subscription and ___location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{___location}/billingSpecs
  • Operation Id: Locations_ListBillingSpecs
  • Default Api Version: 2024-08-01-preview
<item>MockingTo mock this method, please mock GetHDInsightBillingSpecs(AzureLocation, CancellationToken) instead.</item>
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)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

___location
AzureLocation

The Azure ___location (region) for which to make the request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

subscriptionResource is null.

Applies to