az-storage-entity

storage entity Manage Azure Table storage entities. Part of azure-cli.…

az storage entity

Manage Azure Table storage entities. Part of azure-cli. More information: https://docs.microsoft.com/cli/azure/storage/entity.

az storage entity insert --entity {{space_separated_key_value_pairs}} --table-name {{table_name}} --account-name {{storage_account_name}} --account-key {{storage_account_key}}

az storage entity delete --partition-key {{partition_key}} --row-key {{row_key}} --table-name {{table_name}} --account-name {{storage_account_name}} --account-key {{storage_account_key}}

az storage entity merge --entity {{space_separated_key_value_pairs}} --table-name {{table_name}} --account-name {{storage_account_name}} --account-key {{storage_account_key}}

az storage entity query --filter {{query_filter}} --table-name {{table_name}} --account-name {{storage_account_name}} --account-key {{storage_account_key}}

az storage entity show --partition-key {{partition_key}} --row-key {{row_key}} --table-name {{table_name}} --account-name {{storage_account_name}} --account-key {{storage_account_key}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← az-storage-container az-storage-queue →