az confluent organization

Hinweis

Dieser Verweis ist Teil der Confluent-Erweiterung für die Azure CLI (Version 2.25.0 oder höher). Die Erweiterung wird beim ersten Ausführen eines az confluent Organisationsbefehls automatisch installiert. Weitere Informationen zu Erweiterungen

Verwalten der Organisation mit Verfluent.

Befehle

az confluent organization create

Erstellen Sie die Organisationsressource.

az confluent organization delete

Organisationsressource löschen.

az confluent organization list

Listet alle Organisationen unter der angegebenen Ressourcengruppe auf. Und alle Organisationen unter dem angegebenen Abonnement auflisten.

az confluent organization show

Rufen Sie die Eigenschaften einer bestimmten Organisationsressource ab.

az confluent organization update

Aktualisieren der Organisationsressource.

az confluent organization wait

Platzieren Sie die CLI in einem Wartezustand, bis eine Bedingung der konfluenten Organisation erfüllt ist.

az confluent organization create

Erstellen Sie die Organisationsressource.

az confluent organization create --name
                                 --plan-id
                                 --plan-name
                                 --resource-group
                                 --term-unit
                                 [--location]
                                 [--no-wait]
                                 [--offer-id]
                                 [--publisher-id]
                                 [--tags]

Beispiele

Organisation erstellen

az confluent organization create --location "West US" --tags Environment="Dev" --name "myOrganization" --resource-group "myResourceGroup" --offer-id "confluent-cloud-azure-prod" --plan-id "confluent-cloud-azure-payg-prod" --plan-name "Confluent Cloud - Pay as you Go" --publisher-id "confluentinc" --term-unit "P1M"

Erforderliche Parameter

--name --organization-name -n

Organisationsressourcenname.

--plan-id

Angebotsplan-ID.

--plan-name

Name des Angebotsplans.

--resource-group -g

Name der Ressourcengruppe Sie können die Standardgruppe mit az configure --defaults group=<name> konfigurieren.

--term-unit

Plantermineinheit anbieten.

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.

--no-wait

Nicht auf den Abschluss lang andauernder Vorgänge warten

--offer-id

Angebots-ID.

Standardwert: confluent-cloud-azure-prod
--publisher-id

Publisher-ID.

Standardwert: confluentinc
--tags

Leergetrennte Tags: key[=value] [key[=value] ...]. Verwenden Sie "", um vorhandene Tags zu löschen.

az confluent organization delete

Organisationsressource löschen.

az confluent organization delete --name
                                 --resource-group
                                 [--no-wait]
                                 [--yes]

Beispiele

Löschen der Organisation

az confluent organization delete --name "myOrganization" --resource-group "myResourceGroup"

Löschen einer Organisation mithilfe von IDs

az confluent organization delete --ids "/subscriptions/{SubID}/resourceGroups/{ResourceGroup}/providers/Microsoft.Confluent/organizations/{myOrganization}"

Erforderliche Parameter

--name --organization-name -n

Organisationsressourcenname.

--resource-group -g

Name der Ressourcengruppe Sie können die Standardgruppe mit az configure --defaults group=<name> konfigurieren.

Optionale Parameter

--no-wait

Nicht auf den Abschluss lang andauernder Vorgänge warten

--yes -y

Nicht zur Bestätigung auffordern

az confluent organization list

Listet alle Organisationen unter der angegebenen Ressourcengruppe auf. Und alle Organisationen unter dem angegebenen Abonnement auflisten.

az confluent organization list [--resource-group]

Beispiele

Organization_ListByResourceGroup

az confluent organization list --resource-group "myResourceGroup"

Organization_ListBySubscription

az confluent organization list

Optionale Parameter

--resource-group -g

Name der Ressourcengruppe Sie können die Standardgruppe mit az configure --defaults group=<name> konfigurieren.

az confluent organization show

Rufen Sie die Eigenschaften einer bestimmten Organisationsressource ab.

az confluent organization show --name
                               --resource-group

Beispiele

Organisation anzeigen

az confluent organization show --name "myOrganization" --resource-group "myResourceGroup"

Organisation mithilfe von IDs anzeigen

az confluent organization show --ids "/subscriptions/{SubID}/resourceGroups/{ResourceGroup}/providers/Microsoft.Confluent/organizations/{myOrganization}"

Erforderliche Parameter

--name --organization-name -n

Organisationsressourcenname.

--resource-group -g

Name der Ressourcengruppe Sie können die Standardgruppe mit az configure --defaults group=<name> konfigurieren.

az confluent organization update

Aktualisieren der Organisationsressource.

az confluent organization update --name
                                 --resource-group
                                 [--tags]

Beispiele

Confluent_Update

az confluent organization update --tags client="dev-client" env="dev" --name "myOrganization" --resource-group "myResourceGroup"

Erforderliche Parameter

--name --organization-name -n

Organisationsressourcenname.

--resource-group -g

Name der Ressourcengruppe Sie können die Standardgruppe mit az configure --defaults group=<name> konfigurieren.

Optionale Parameter

--tags

Leergetrennte Tags: key[=value] [key[=value] ...]. Verwenden Sie "", um vorhandene Tags zu löschen.

az confluent organization wait

Platzieren Sie die CLI in einem Wartezustand, bis eine Bedingung der konfluenten Organisation erfüllt ist.

az confluent organization wait --name
                               --resource-group
                               [--created]
                               [--custom]
                               [--deleted]
                               [--exists]
                               [--interval]
                               [--timeout]
                               [--updated]

Beispiele

Anhalten der Ausführung des nächsten CLI-Skripts, bis die Confluent-Organisation erfolgreich erstellt wird.

az confluent organization wait --name "myOrganization" --resource-group "myResourceGroup" --created

Anhalten der Ausführung des nächsten CLI-Skripts, bis die Confluent-Organisation erfolgreich gelöscht wird.

az confluent organization wait --name "myOrganization" --resource-group "myResourceGroup" --deleted

Erforderliche Parameter

--name --organization-name -n

Organisationsressourcenname.

--resource-group -g

Name der Ressourcengruppe Sie können die Standardgruppe mit az configure --defaults group=<name> konfigurieren.

Optionale Parameter

--created

Warten Sie, bis Sie mit "provisioningState" unter "Erfolgreich" erstellt wurden.

--custom

Warten Sie, bis die Bedingung eine benutzerdefinierte JMESPath-Abfrage erfüllt. Beispiel: provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].

--deleted

Warten Sie, bis sie gelöscht wurde.

--exists

Warten Sie, bis die Ressource vorhanden ist.

--interval

Abfrageintervall in Sekunden.

Standardwert: 30
--timeout

Maximale Wartezeit in Sekunden.

Standardwert: 3600
--updated

Warten Sie, bis sie mit provisioningState unter "Erfolgreich" aktualisiert wurde.