次の方法で共有


BillingAccountsOperationsExtensions.ListInvoiceSectionsByCreateSubscriptionPermission メソッド

定義

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

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

パラメーター

operations
IBillingAccountsOperations

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

billingAccountName
String

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

戻り値

適用対象