次の方法で共有


BillingAccount.EnrollmentAccounts プロパティ

定義

登録に関連付けられているアカウントを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enrollmentAccounts")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.EnrollmentAccount> EnrollmentAccounts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enrollmentAccounts")>]
member this.EnrollmentAccounts : System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.EnrollmentAccount> with get, set
Public Property EnrollmentAccounts As IList(Of EnrollmentAccount)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象