次の方法で共有


BillingPermissionsOperationsExtensions.ListByBillingProfileAsync メソッド

定義

呼び出し元が課金プロファイルに対して持っている課金アクセス許可を一覧表示します。 https://docs.microsoft.com/en-us/rest/api/billing/

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

パラメーター

operations
IBillingPermissionsOperations

この拡張メソッドの操作グループ。

billingAccountName
String

課金アカウントを一意に識別する ID。

billingProfileName
String

課金プロファイルを一意に識別する ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象