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 VBOAzureBlobAccount object. To get this object, run the Get-VBOAzureBlobAccount cmdlet. | True | Named | False |
Name | Specifies the Microsoft Azure Blob login name. The cmdlet will add this login name to Microsoft Azure Blob Storage account credentials. | String | False | Named | False |
SharedKey | Specifies a shared key. The cmdlet will use this shared key to add Microsoft Azure Blob Storage account credentials. | SecureString | False | Named | False |
Description | Specifies a description. The cmdlet will add this description to Microsoft Azure Blob Storage account credentials. | String | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
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