BillingAccountPoliciesResponseProperties.ServiceTenants Property

Definition

Gets or sets service tenant for the billing account.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to