次の方法で共有


BillingAccountPoliciesResponseProperties.ServiceTenants プロパティ

定義

課金アカウントのサービス テナントを取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象