次の方法で共有


CalculatePriceResponseProperties.IsBillingPartnerManaged プロパティ

定義

課金が Microsoft Partner によって管理されている場合は、true を取得または設定します。 CSP アカウントにのみ使用されます。

[Newtonsoft.Json.JsonProperty(PropertyName="isBillingPartnerManaged")]
public bool? IsBillingPartnerManaged { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isBillingPartnerManaged")>]
member this.IsBillingPartnerManaged : Nullable<bool> with get, set
Public Property IsBillingPartnerManaged As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象