次の方法で共有


BillingAccount.AgreementType プロパティ

定義

契約の種類を取得します。 使用できる値は、'MicrosoftCustomerAgreement'、'EnterpriseAgreement'、'MicrosoftOnlineServicesProgram'、'MicrosoftPartnerAgreement' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.agreementType")]
public string AgreementType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.agreementType")>]
member this.AgreementType : string
Public ReadOnly Property AgreementType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象