Share via


Department.EnrollmentAccounts Property

Definition

Gets or sets associated enrollment accounts. By default this is not populated, unless it's specified in $expand.

[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

Applies to