Customer.Resellers Property

Definition

Gets or sets the list of resellers for which an Azure plan is enabled for the customer.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to