共用方式為


IWebSiteManagementClient.ListBillingMetersWithHttpMessagesAsync 方法

定義

取得指定位置的計量清單。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.BillingMeter>>> ListBillingMetersWithHttpMessagesAsync (string billingLocation = default, string osType = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListBillingMetersWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.BillingMeter>>>
Public Function ListBillingMetersWithHttpMessagesAsync (Optional billingLocation As String = Nothing, Optional osType As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of BillingMeter)))

參數

billingLocation
String

可計費資源的 Azure 位置

osType
String

用於App Service OS 類型計量

customHeaders
Dictionary<String,List<String>>

將新增至要求的標頭。

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

的描述 取得指定位置的計量清單。

適用於