다음을 통해 공유


WebSiteManagementClientExtensions.ListBillingMetersAsync 메서드

정의

지정된 위치에 대한 미터 목록을 가져옵니다.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.BillingMeter>> ListBillingMetersAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient operations, string billingLocation = default, string osType = default, System.Threading.CancellationToken cancellationToken = default);
static member ListBillingMetersAsync : Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.BillingMeter>>
<Extension()>
Public Function ListBillingMetersAsync (operations As IWebSiteManagementClient, Optional billingLocation As String = Nothing, Optional osType As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BillingMeter))

매개 변수

operations
IWebSiteManagementClient

이 확장 메서드에 대한 작업 그룹입니다.

billingLocation
String

청구 가능한 리소스의 Azure 위치

osType
String

에 사용되는 App Service OS 유형 미터

cancellationToken
CancellationToken

취소 토큰입니다.

반환

설명

설명 지정된 위치에 대한 미터 목록을 가져옵니다.

적용 대상