IntegrationAccountAgreements interface
Schnittstelle, die ein IntegrationAccountAgreements darstellt.
Methoden
| create |
Erstellt oder aktualisiert einen Integrationskontovertrag. |
| delete(string, string, string, Integration |
Löscht einen Integrationskontovertrag. |
| get(string, string, string, Integration |
Ruft einen Integrationskontovertrag ab. |
| list(string, string, Integration |
Ruft eine Liste der Integrationskontovereinbarungen ab. |
| list |
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.
Die Optionsparameter.
Gibt zurück
Promise<IntegrationAccountAgreement>
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.
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.
Die Optionsparameter.
Gibt zurück
Promise<IntegrationAccountAgreement>
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.
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.
Die Optionsparameter.
Gibt zurück
Promise<WorkflowTriggerCallbackUrl>