共用方式為


IntegrationAccountAgreementInner Constructors

Definition

Overloads

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

IntegrationAccountAgreementInner()

public IntegrationAccountAgreementInner ();
Public Sub New ()

Applies to

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

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

Parameters

agreementType
AgreementType
hostPartner
String
guestPartner
String
hostIdentity
BusinessIdentity
guestIdentity
BusinessIdentity
location
String
id
String
name
String
type
String
createdTime
Nullable<DateTime>
changedTime
Nullable<DateTime>
metadata
Object

Applies to