Share via


MockableHDInsightSubscriptionResource.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
public virtual Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightBillingSpecsListResult> GetHDInsightBillingSpecs (Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHDInsightBillingSpecs : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightBillingSpecsListResult>
override this.GetHDInsightBillingSpecs : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightBillingSpecsListResult>
Public Overridable Function GetHDInsightBillingSpecs (location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Response(Of HDInsightBillingSpecsListResult)

Parameters

location
AzureLocation

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

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to