Set-VBOAzureBlobAccount
Short Description
Modifies Microsoft Azure Blob Storage account credentials.
Syntax
|
Set-VBOAzureBlobAccount -Account <VBOAzureBlobAccount> [-Name <String>] [-SharedKey <SecureString>] [-Description <String>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies storage account credentials for Microsoft Azure Blob Storage. To modify settings, you need to enter the necessary parameters with new values. The parameters that you omit will remain unchanged.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Account |
Specifies Microsoft Azure Blob Storage account credentials that you want to modify.
Accepts the
To get this object, run the |
True |
Named |
False |
|
|
Description |
Specifies a description. The cmdlet will add this description to Microsoft Azure Blob Storage account credentials. |
|
False |
Named |
False |
|
Name |
Specifies the Microsoft Azure Blob login name. The cmdlet will add this login name to Microsoft Azure Blob Storage account credentials. |
|
False |
Named |
False |
|
SharedKey |
Specifies a shared key. The cmdlet will use this shared key to add Microsoft Azure Blob Storage account credentials. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Output Object
The cmdlet returns the VBOAzureBlobAccount object that contains storage account credentials for Microsoft Azure Blob Storage.
Examples
Example 1: Modifying Shared Key for Microsoft Azure Blob Storage Account Credentials
|
This example shows how to modify a shared key of the storage account credentials for Microsoft Azure Blob Storage.
Perform the following steps:
|
Example 2: Modifying Login Name for Microsoft Azure Blob Storage Account Credentials
|
This example shows how to modify a login name of the storage account credentials for Microsoft Azure Blob Storage.
Perform the following steps:
|
Example 3: Modifying Description for Microsoft Azure Blob Storage Account Credentials
|
This example shows how to modify a description of the storage account credentials for Microsoft Azure Blob Storage.
Perform the following steps:
|
Related Commands
Read-HostGet-VBOAzureBlobAccountReturns Microsoft Azure Blob Storage account credentials.Get-VBOEncryptionKeyReturns encryption keys.