次の方法で共有


HDInsightExtensions.GetHDInsightBillingSpecsAsync メソッド

定義

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

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

パラメーター

subscriptionResource
SubscriptionResource

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

location
AzureLocation

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

cancellationToken
CancellationToken

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

戻り値

適用対象