File tree Expand file tree Collapse file tree 5 files changed +15
-0
lines changed
src/oracle-database/azext_oracle_database/aaz/latest/oracle_database/db_system Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1616)
1717class Create (AAZCommand ):
1818 """Create a DbSystem
19+
20+ :example: DbSystems_Create
21+ az oracle-database db-system create --resource-group rgo --db-system-name dbsystem1 --database-edition StandardEdition --admin-password ******** --db-version 19.0.0.0 --resource-anchor-id /subscriptions/00000000-0000-4025-0000-000000000000/resourceGroups/rg001/providers/Oracle.Database/resourceAnchors/resourceanchor1 --network-anchor-id /subscriptions/00000000-0000-4025-0000-000000000000/resourceGroups/rg001/providers/Oracle.Database/networkAnchors/networkanchor1 --cluster-name example --display-name example --initial-data-storage-size-in-gb 19 --db-system-options "{storage-management:LVM}" --disk-redundancy High --hostname krixp --node-count 24 --shape VM.Standard.E5.Flex --ssh-public-keys "[sha-xx]" --storage-volume-performance-mode Balanced --time-zone utc --compute-model ECPU --compute-count 28 --zones "[2]" --tags "{tag:test}" --location eastus
1922 """
2023
2124 _aaz_info = {
Original file line number Diff line number Diff line change 1717)
1818class Delete (AAZCommand ):
1919 """Delete a DbSystem
20+
21+ :example: DbSystems_Delete_MaximumSet
22+ az oracle-database db-system delete --resource-group rg --db-system-name dbsystem1
2023 """
2124
2225 _aaz_info = {
Original file line number Diff line number Diff line change 1616)
1717class List (AAZCommand ):
1818 """List DbSystem resources by subscription ID
19+
20+ :example: DbSystems_List
21+ az oracle-database db-system list
1922 """
2023
2124 _aaz_info = {
Original file line number Diff line number Diff line change 1616)
1717class Show (AAZCommand ):
1818 """Get a DbSystem
19+
20+ :example: DbSystems_Get
21+ az oracle-database db-system show --resource-group rg --db-system-name dbsystem1
1922 """
2023
2124 _aaz_info = {
Original file line number Diff line number Diff line change 1616)
1717class Update (AAZCommand ):
1818 """Update a DbSystem
19+
20+ :example: DbSystems_CreateOrUpdate_MaximumSet
21+ az oracle-database db-system update --resource-group rg --db-system-name dbsystem1 --zones "[2]" --tags "{example:test}"
1922 """
2023
2124 _aaz_info = {
You can’t perform that action at this time.
0 commit comments