次の方法で共有


IntegrationAccountAgreement.AgreementType プロパティ

定義

契約の種類を取得または設定します。 使用できる値は、'NotSpecified'、'AS2'、'X12'、'Edifact' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.agreementType")]
public Microsoft.Azure.Management.Logic.Models.AgreementType AgreementType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.agreementType")>]
member this.AgreementType : Microsoft.Azure.Management.Logic.Models.AgreementType with get, set
Public Property AgreementType As AgreementType

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象