modify-azure-blob-storage
Allows you to modify an Azure Blob storage in the S-Filer Portal solution.
Syntax:
shell
sfiler-cli [options] modify-azure-blob-storage [command options]
Command options | Required / Optional | Description |
---|---|---|
-n | Required | The Azure Blob storage name. |
-nn | Optional | The Azure Blob storage new name. |
-d | Optional | The Azure Blob storage description. |
-s | Optional | The Azure Blob storage status. |
-cs | Optional | The Azure Blob storage connection string. |
-cn | Optional | The Azure Blob storage container name. |
-f | Optional | The force update (skip warnings and optional validations). |
Example:
This command changes the name of an Azure Blob storage space from "Azure Blob Storage" to "The new Azure Blob Storage".
shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" delete-storage -n "Azure Blob Storage" -nn "The new Azure Blob Storage"