次の方法で共有


IntegrationAccountAgreement コンストラクター

定義

オーバーロード

IntegrationAccountAgreement()

IntegrationAccountAgreement クラスの新しいインスタンスを初期化します。

IntegrationAccountAgreement(AgreementType, String, String, BusinessIdentity, BusinessIdentity, AgreementContent, String, String, String, String, IDictionary<String,String>, Nullable<DateTime>, Nullable<DateTime>, Object)

IntegrationAccountAgreement クラスの新しいインスタンスを初期化します。

IntegrationAccountAgreement()

IntegrationAccountAgreement クラスの新しいインスタンスを初期化します。

public IntegrationAccountAgreement ();
Public Sub New ()

適用対象

IntegrationAccountAgreement(AgreementType, String, String, BusinessIdentity, BusinessIdentity, AgreementContent, String, String, String, String, IDictionary<String,String>, Nullable<DateTime>, Nullable<DateTime>, Object)

IntegrationAccountAgreement クラスの新しいインスタンスを初期化します。

public IntegrationAccountAgreement (Microsoft.Azure.Management.Logic.Models.AgreementType agreementType, string hostPartner, string guestPartner, Microsoft.Azure.Management.Logic.Models.BusinessIdentity hostIdentity, Microsoft.Azure.Management.Logic.Models.BusinessIdentity guestIdentity, Microsoft.Azure.Management.Logic.Models.AgreementContent content, string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, DateTime? createdTime = default, DateTime? changedTime = default, object metadata = default);
new Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement : Microsoft.Azure.Management.Logic.Models.AgreementType * string * string * Microsoft.Azure.Management.Logic.Models.BusinessIdentity * Microsoft.Azure.Management.Logic.Models.BusinessIdentity * Microsoft.Azure.Management.Logic.Models.AgreementContent * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<DateTime> * Nullable<DateTime> * obj -> Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement
Public Sub New (agreementType As AgreementType, hostPartner As String, guestPartner As String, hostIdentity As BusinessIdentity, guestIdentity As BusinessIdentity, content As AgreementContent, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional changedTime As Nullable(Of DateTime) = Nothing, Optional metadata As Object = Nothing)

パラメーター

agreementType
AgreementType

契約の種類。 使用できる値は、'NotSpecified'、'AS2'、'X12'、'Edifact' です。

hostPartner
String

この契約のホスト パートナーとして設定されている統合アカウント パートナー。

guestPartner
String

この契約のゲスト パートナーとして設定されている統合アカウント パートナー。

hostIdentity
BusinessIdentity

ホスト パートナーのビジネス ID。

guestIdentity
BusinessIdentity

ゲスト パートナーのビジネス ID。

content
AgreementContent

契約の内容。

id
String

リソース ID。

name
String

リソース名を取得します。

type
String

リソースの種類を取得します。

location
String

リソースの場所。

tags
IDictionary<String,String>

リソース タグ。

createdTime
Nullable<DateTime>

作成された時刻。

changedTime
Nullable<DateTime>

変更された時刻。

metadata
Object

メタデータ。

適用対象