Freigeben über


IntegrationAccountAgreements interface

Schnittstelle, die ein IntegrationAccountAgreements darstellt.

Methoden

createOrUpdate(string, string, string, IntegrationAccountAgreement, IntegrationAccountAgreementsCreateOrUpdateOptionalParams)

Erstellt oder aktualisiert einen Integrationskontovertrag.

delete(string, string, string, IntegrationAccountAgreementsDeleteOptionalParams)

Löscht einen Integrationskontovertrag.

get(string, string, string, IntegrationAccountAgreementsGetOptionalParams)

Ruft einen Integrationskontovertrag ab.

list(string, string, IntegrationAccountAgreementsListOptionalParams)

Ruft eine Liste der Integrationskontovereinbarungen ab.

listContentCallbackUrl(string, string, string, GetCallbackUrlParameters, IntegrationAccountAgreementsListContentCallbackUrlOptionalParams)

Rufen Sie die Inhaltsrückruf-URL ab.

Details zur Methode

createOrUpdate(string, string, string, IntegrationAccountAgreement, IntegrationAccountAgreementsCreateOrUpdateOptionalParams)

Erstellt oder aktualisiert einen Integrationskontovertrag.

function createOrUpdate(resourceGroupName: string, integrationAccountName: string, agreementName: string, agreement: IntegrationAccountAgreement, options?: IntegrationAccountAgreementsCreateOrUpdateOptionalParams): Promise<IntegrationAccountAgreement>

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

integrationAccountName

string

Der Name des Integrationskontos.

agreementName

string

Der Name des Integrationskontovertrags.

agreement
IntegrationAccountAgreement

Der Integrationskontovertrag.

Gibt zurück

delete(string, string, string, IntegrationAccountAgreementsDeleteOptionalParams)

Löscht einen Integrationskontovertrag.

function delete(resourceGroupName: string, integrationAccountName: string, agreementName: string, options?: IntegrationAccountAgreementsDeleteOptionalParams): Promise<void>

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

integrationAccountName

string

Der Name des Integrationskontos.

agreementName

string

Der Name des Integrationskontovertrags.

options
IntegrationAccountAgreementsDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

get(string, string, string, IntegrationAccountAgreementsGetOptionalParams)

Ruft einen Integrationskontovertrag ab.

function get(resourceGroupName: string, integrationAccountName: string, agreementName: string, options?: IntegrationAccountAgreementsGetOptionalParams): Promise<IntegrationAccountAgreement>

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

integrationAccountName

string

Der Name des Integrationskontos.

agreementName

string

Der Name des Integrationskontovertrags.

options
IntegrationAccountAgreementsGetOptionalParams

Die Optionsparameter.

Gibt zurück

list(string, string, IntegrationAccountAgreementsListOptionalParams)

Ruft eine Liste der Integrationskontovereinbarungen ab.

function list(resourceGroupName: string, integrationAccountName: string, options?: IntegrationAccountAgreementsListOptionalParams): PagedAsyncIterableIterator<IntegrationAccountAgreement, IntegrationAccountAgreement[], PageSettings>

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

integrationAccountName

string

Der Name des Integrationskontos.

options
IntegrationAccountAgreementsListOptionalParams

Die Optionsparameter.

Gibt zurück

listContentCallbackUrl(string, string, string, GetCallbackUrlParameters, IntegrationAccountAgreementsListContentCallbackUrlOptionalParams)

Rufen Sie die Inhaltsrückruf-URL ab.

function listContentCallbackUrl(resourceGroupName: string, integrationAccountName: string, agreementName: string, listContentCallbackUrl: GetCallbackUrlParameters, options?: IntegrationAccountAgreementsListContentCallbackUrlOptionalParams): Promise<WorkflowTriggerCallbackUrl>

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

integrationAccountName

string

Der Name des Integrationskontos.

agreementName

string

Der Name des Integrationskontovertrags.

listContentCallbackUrl
GetCallbackUrlParameters

Die Url-Parameter des Rückrufs.

Gibt zurück