共用方式為


AgreementsOperationsExtensions.ListByBillingAccount 方法

定義

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Agreement> ListByBillingAccount (this Microsoft.Azure.Management.Billing.IAgreementsOperations operations, string billingAccountName, string expand = default);
static member ListByBillingAccount : Microsoft.Azure.Management.Billing.IAgreementsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Agreement>
<Extension()>
Public Function ListByBillingAccount (operations As IAgreementsOperations, billingAccountName As String, Optional expand As String = Nothing) As IPage(Of Agreement)

參數

operations
IAgreementsOperations

這個擴充方法的作業群組。

billingAccountName
String

可唯一識別計費帳戶的識別碼。

expand
String

可用來展開參與者。

傳回

適用於