다음을 통해 공유


InstructionsOperationsExtensions.ListByBillingProfileAsync 메서드

정의

프로필 ID를 청구하여 지침을 나열합니다. https://docs.microsoft.com/en-us/rest/api/billing/

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Instruction>> ListByBillingProfileAsync (this Microsoft.Azure.Management.Billing.IInstructionsOperations operations, string billingAccountName, string billingProfileName, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingProfileAsync : Microsoft.Azure.Management.Billing.IInstructionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Instruction>>
<Extension()>
Public Function ListByBillingProfileAsync (operations As IInstructionsOperations, billingAccountName As String, billingProfileName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Instruction))

매개 변수

operations
IInstructionsOperations

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

billingAccountName
String

청구 계정을 고유하게 식별하는 ID입니다.

billingProfileName
String

청구 프로필을 고유하게 식별하는 ID입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상