az logic integration-account

Hinweis

Dieser Verweis ist Teil der Logikerweiterung für die Azure CLI (Version 2.15.0 oder höher). Die Erweiterung wird beim ersten Ausführen eines Az-Logik-Integrationskontobefehls automatisch installiert. Weitere Informationen zu Erweiterungen

Logikintegrationskonto.

Befehle

az logic integration-account create

Erstellt oder aktualisiert ein Integrationskonto.

az logic integration-account delete

Löscht ein Integrationskonto.

az logic integration-account import

Importieren Sie ein Integrationskonto aus einer JSON-Datei.

az logic integration-account list

Ruft eine Liste der Integrationskonten nach Abonnement ab.

az logic integration-account show

Ruft ein Integrationskonto ab.

az logic integration-account update

Aktualisierungen ein Integrationskonto.

az logic integration-account create

Erstellt oder aktualisiert ein Integrationskonto.

az logic integration-account create --name
                                    --resource-group
                                    [--integration-service-environment]
                                    [--location]
                                    [--sku]
                                    [--state {Completed, Deleted, Disabled, Enabled, NotSpecified, Suspended}]
                                    [--tags]

Beispiele

Erstellen oder Aktualisieren eines Integrationskontos

az logic integration-account create --location "centralus" --sku name=Standard --name "test_integration_account" --resource-group "test_resource_group"

Erforderliche Parameter

--name -n

Der Name des Integrationskontos.

--resource-group -g

Der Name der Ressourcengruppe.

Optionale Parameter

--integration-service-environment

Die Integrationsdienstumgebung. Weitere Informationen finden Sie unter https://github.com/Azure/azure-cli-extensions/blob/main/src/logic/README.md "Weitere Informationen".

--location -l

Der Standort. Werte aus: az account list-locations. Sie können den standardmäßig verwendeten Standort mit az configure --defaults location=<location> konfigurieren.

--sku

Das Integrationskonto sku.

--state

Der Workflowszustand.

Zulässige Werte: Completed, Deleted, Disabled, Enabled, NotSpecified, Suspended
--tags

Die Ressourcentags.

az logic integration-account delete

Löscht ein Integrationskonto.

az logic integration-account delete --name
                                    --resource-group
                                    [--yes]

Beispiele

Löschen eines Integrationskontos

az logic integration-account delete --name "test_integration_account" --resource-group "test_resource_group"

Erforderliche Parameter

--name -n

Der Name des Integrationskontos.

--resource-group -g

Der Name der Ressourcengruppe.

Optionale Parameter

--yes -y

Nicht zur Bestätigung auffordern

az logic integration-account import

Importieren Sie ein Integrationskonto aus einer JSON-Datei.

az logic integration-account import --input-path
                                    --name
                                    --resource-group
                                    [--location]
                                    [--sku]
                                    [--tags]

Beispiele

Importieren Sie ein Integrationskonto.

az logic integration-account import --name "test_integration_account" --resource-group "test_resource_group" --input-path "integration.json"

Erforderliche Parameter

--input-path

Pfad zu einer JSON-Datei für intergrationsbasierte Konten.

--name -n

Der Name des Integrationskontos.

--resource-group -g

Der Name der Ressourcengruppe.

Optionale Parameter

--location -l

Der Standort. Werte aus: az account list-locations. Sie können den standardmäßig verwendeten Standort mit az configure --defaults location=<location> konfigurieren.

--sku

Das Integrationskonto sku.

--tags

Die Ressourcentags.

az logic integration-account list

Ruft eine Liste der Integrationskonten nach Abonnement ab.

az logic integration-account list [--resource-group]
                                  [--top]

Beispiele

Listenintegrationskonten nach Ressourcengruppennamen

az logic integration-account list --resource-group "test_resource_group"

Optionale Parameter

--resource-group -g

Der Name der Ressourcengruppe.

--top

Die Anzahl der Elemente, die in das Ergebnis einbezogen werden sollen.

az logic integration-account show

Ruft ein Integrationskonto ab.

az logic integration-account show --name
                                  --resource-group

Beispiele

Abrufen des Integrationskontos nach Name

az logic integration-account show --name "test_integration_account" --resource-group "test_resource_group"

Erforderliche Parameter

--name -n

Der Name des Integrationskontos.

--resource-group -g

Der Name der Ressourcengruppe.

az logic integration-account update

Aktualisierungen ein Integrationskonto.

az logic integration-account update --name
                                    --resource-group
                                    [--integration-service-environment]
                                    [--sku]
                                    [--state {Completed, Deleted, Disabled, Enabled, NotSpecified, Suspended}]
                                    [--tags]

Beispiele

Patchen eines Integrationskontos

az logic integration-account update --sku name=Basic --tag atag=123 --name "test_integration_account" --resource-group "test_resource_group"

Erforderliche Parameter

--name -n

Der Name des Integrationskontos.

--resource-group -g

Der Name der Ressourcengruppe.

Optionale Parameter

--integration-service-environment

Die Integrationsdienstumgebung. Weitere Informationen finden Sie unter https://github.com/Azure/azure-cli-extensions/blob/main/src/logic/README.md "Weitere Informationen".

--sku

Das Integrationskonto sku.

--state

Der Workflowszustand.

Zulässige Werte: Completed, Deleted, Disabled, Enabled, NotSpecified, Suspended
--tags

Die Ressourcentags.