Compartilhar via


IntegrationAccountAgreement Construtores

Definição

Sobrecargas

IntegrationAccountAgreement()

Inicializa uma nova instância da classe IntegrationAccountAgreement.

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

Inicializa uma nova instância da classe IntegrationAccountAgreement.

IntegrationAccountAgreement()

Inicializa uma nova instância da classe IntegrationAccountAgreement.

public IntegrationAccountAgreement ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe 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)

Parâmetros

agreementType
AgreementType

O tipo de contrato. Os valores possíveis incluem: 'NotSpecified', 'AS2', 'X12', 'Edifact'

hostPartner
String

O parceiro de conta de integração definido como parceiro host para este contrato.

guestPartner
String

O parceiro de conta de integração definido como parceiro convidado para este contrato.

hostIdentity
BusinessIdentity

A identidade comercial do parceiro host.

guestIdentity
BusinessIdentity

A identidade comercial do parceiro convidado.

content
AgreementContent

O conteúdo do contrato.

id
String

A ID do recurso.

name
String

Obtém o nome do recurso.

type
String

Obtém o tipo de recurso.

location
String

O local do recurso.

tags
IDictionary<String,String>

As marcas do recurso.

createdTime
Nullable<DateTime>

A hora de criação.

changedTime
Nullable<DateTime>

O tempo alterado.

metadata
Object

Os metadados.

Aplica-se a