Customer.Resellers 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 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