次の方法で共有


HDInsightExtensions.GetHDInsightBillingSpecs メソッド

定義

指定したサブスクリプションと場所の billingSpecs を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.HDInsight/locations/{location}/billingSpecs
  • 操作IdLocations_ListBillingSpecs
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)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

location
AzureLocation

要求を行う Azure の場所 (リージョン)。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象