IntegrationAccountAgreementData Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von IntegrationAccountAgreementData.
public IntegrationAccountAgreementData (Azure.Core.AzureLocation location, Azure.ResourceManager.Logic.Models.IntegrationAccountAgreementType agreementType, string hostPartner, string guestPartner, Azure.ResourceManager.Logic.Models.IntegrationAccountBusinessIdentity hostIdentity, Azure.ResourceManager.Logic.Models.IntegrationAccountBusinessIdentity guestIdentity, Azure.ResourceManager.Logic.Models.IntegrationAccountAgreementContent content);
new Azure.ResourceManager.Logic.IntegrationAccountAgreementData : Azure.Core.AzureLocation * Azure.ResourceManager.Logic.Models.IntegrationAccountAgreementType * string * string * Azure.ResourceManager.Logic.Models.IntegrationAccountBusinessIdentity * Azure.ResourceManager.Logic.Models.IntegrationAccountBusinessIdentity * Azure.ResourceManager.Logic.Models.IntegrationAccountAgreementContent -> Azure.ResourceManager.Logic.IntegrationAccountAgreementData
Public Sub New (location As AzureLocation, agreementType As IntegrationAccountAgreementType, hostPartner As String, guestPartner As String, hostIdentity As IntegrationAccountBusinessIdentity, guestIdentity As IntegrationAccountBusinessIdentity, content As IntegrationAccountAgreementContent)
Parameter
- location
- AzureLocation
Der Speicherort.
- agreementType
- IntegrationAccountAgreementType
Der Vertragstyp.
- hostPartner
- String
Der Integrationskontopartner, der für diese Vereinbarung als Hostpartner festgelegt ist.
- guestPartner
- String
Der Integrationskontopartner, der für diese Vereinbarung als Gastpartner festgelegt ist.
- hostIdentity
- IntegrationAccountBusinessIdentity
Die Geschäftsidentität des Hostpartners.
- guestIdentity
- IntegrationAccountBusinessIdentity
Die Geschäftsidentität des Gastpartners.
Der Vertragsinhalt.
Ausnahmen
hostPartner
, guestPartner
, hostIdentity
guestIdentity
oder content
ist NULL.