BillingAccount.EnrollmentAccounts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the accounts associated to the enrollment.
[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)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute