次の方法で共有


BillingAccountsOperationsExtensions.ListInvoiceSectionsByCreateSubscriptionPermissionNext メソッド

定義

ユーザーが Azure サブスクリプションを作成するアクセス許可を持っている請求書セクションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。 https://docs.microsoft.com/en-us/rest/api/billing/

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.InvoiceSectionWithCreateSubPermission> ListInvoiceSectionsByCreateSubscriptionPermissionNext (this Microsoft.Azure.Management.Billing.IBillingAccountsOperations operations, string nextPageLink);
static member ListInvoiceSectionsByCreateSubscriptionPermissionNext : Microsoft.Azure.Management.Billing.IBillingAccountsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.InvoiceSectionWithCreateSubPermission>
<Extension()>
Public Function ListInvoiceSectionsByCreateSubscriptionPermissionNext (operations As IBillingAccountsOperations, nextPageLink As String) As IPage(Of InvoiceSectionWithCreateSubPermission)

パラメーター

operations
IBillingAccountsOperations

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

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

戻り値

適用対象