CreateIntegrationAccount(String, String, IntegrationAccount)
|
Creates the integration account.
|
CreateIntegrationAccountAgreement(String, String, String, IntegrationAccountAgreement)
|
Creates integration account agreement.
|
CreateIntegrationAccountAssembly(String, String, String, AssemblyDefinition)
|
Creates integration account assembly.
|
CreateIntegrationAccountBatchConfiguration(String, String, String, BatchConfiguration)
|
Creates integration account batch configuration.
|
CreateIntegrationAccountCertificate(String, String, String, IntegrationAccountCertificate)
|
Creates integration account certificate.
|
CreateIntegrationAccountMap(String, String, String, IntegrationAccountMap)
|
Creates integration account map.
|
CreateIntegrationAccountPartner(String, String, String, IntegrationAccountPartner)
|
Creates integration account partner.
|
CreateIntegrationAccountSchema(String, String, String, IntegrationAccountSchema)
|
Creates integration account schema.
|
GetIntegrationAccount(String, String)
|
Gets the integration account.
|
GetIntegrationAccountAgreement(String, String, String)
|
Gets the integration account agreement by name.
|
GetIntegrationAccountAssembly(String, String, String)
|
Gets the integration account assembly by name.
|
GetIntegrationAccountBatchConfiguration(String, String, String)
|
Gets the integration account batch configuration by name.
|
GetIntegrationAccountCallbackUrl(String, String, GetCallbackUrlParameters)
|
Gets the integration account callback URL.
|
GetIntegrationAccountCertifcate(String, String, String)
|
Gets the integration account certificate by name.
|
GetIntegrationAccountGeneratedIcn(String, String, String)
|
Gets the integration account generated interchange control number by agreement name.
|
GetIntegrationAccountMap(String, String, String)
|
Gets the integration account map by name.
|
GetIntegrationAccountPartner(String, String, String)
|
Gets the integration account partner by name.
|
GetIntegrationAccountReceivedControlNumber(String, String, String, AgreementType, String)
|
Gets the integration account received interchange control number by agreement name and control number value.
|
GetIntegrationAccountSchema(String, String, String)
|
Gets the integration account by name.
|
ListIntegrationAccount(String)
|
Gets the integration accounts by resource group name.
|
ListIntegrationAccountAgreements(String, String)
|
Gets the integration account agreements by resource group name.
|
ListIntegrationAccountAssemblies(String, String)
|
Gets the integration account assemblies by resource group name.
|
ListIntegrationAccountBatchConfigurations(String, String)
|
Gets the integration account assemblies by resource group name.
|
ListIntegrationAccountCertificates(String, String)
|
Gets the integration account certificates by resource group name.
|
ListIntegrationAccountGeneratedIcns(String, String, AgreementType)
|
Gets the integration account generated interchange control numbers by resource group name.
|
ListIntegrationAccountMaps(String, String, String)
|
Gets the integration account maps by resource group name.
|
ListIntegrationAccountMaps(String, String)
|
ListIntegrationAccountPartners(String, String)
|
Gets the integration account partners by resource group name.
|
ListIntegrationAccountSchemas(String, String)
|
Gets the integration accounts schema by resource group name.
|
RemoveIntegrationAccount(String, String)
|
Removes the specified integration account.
|
RemoveIntegrationAccountAgreement(String, String, String)
|
Removes the specified integration account agreement.
|
RemoveIntegrationAccountAssembly(String, String, String)
|
Removes the specified integration account assembly.
|
RemoveIntegrationAccountBatchConfiguration(String, String, String)
|
Removes the specified integration account batch configuration.
|
RemoveIntegrationAccountCertificate(String, String, String)
|
Removes the specified integration account certificate.
|
RemoveIntegrationAccountMap(String, String, String)
|
Removes the specified integration account map.
|
RemoveIntegrationAccountPartner(String, String, String)
|
Removes the specified integration account partner.
|
RemoveIntegrationAccountReceivedControlNumber(String, String, String, AgreementType, String)
|
Removes the specified integration account received control number.
|
RemoveIntegrationAccountSchema(String, String, String)
|
Removes the specified integration account schema.
|
TryGetIntegrationAccountGeneratedIcn(String, String, String)
|
Tries to get the integration account generated interchange control number by agreement name.
Returns a placeholder if the underlying session is not found.
|
UpdateIntegrationAccount(String, String, IntegrationAccount)
|
Updates the integration account.
|
UpdateIntegrationAccountAgreement(String, String, String, IntegrationAccountAgreement)
|
Updates the integration account agreement.
|
UpdateIntegrationAccountAssembly(String, String, String, AssemblyDefinition)
|
Updates the integration account.
|
UpdateIntegrationAccountBatchConfiguration(String, String, String, BatchConfiguration)
|
Updates the integration account.
|
UpdateIntegrationAccountCertificate(String, String, String, IntegrationAccountCertificate)
|
Updates the integration account certificate.
|
UpdateIntegrationAccountGeneratedIcn(String, String, String, IntegrationAccountControlNumber)
|
Updates the integration account generated interchange control number for a given agreement.
|
UpdateIntegrationAccountMap(String, String, String, IntegrationAccountMap)
|
Updates the integration account.
|
UpdateIntegrationAccountPartner(String, String, String, IntegrationAccountPartner)
|
Updates the integration account partner.
|
UpdateIntegrationAccountReceivedIcn(String, String, String, AgreementType, IntegrationAccountControlNumber)
|
Updates an integration account received interchange control number for a given agreement.
|
UpdateIntegrationAccountSchema(String, String, String, IntegrationAccountSchema)
|
Updates the integration account.
|