New-AzureStorageKey
重新產生 Azure 記憶體帳戶的記憶體金鑰。
注意
本文件中參考的 Cmdlet 用於管理使用 Azure Service Manager(ASM) API 的舊版 Azure 資源。 建立新的資源時,不建議使用此舊版 PowerShell 模組,因為 ASM 已排定淘汰。 如需詳細資訊,請參閱 Azure Service Manager 淘汰。
Az PowerShell 模組是使用 PowerShell 管理 Azure Resource Manager (ARM) 資源的建議 PowerShell 模組。
語法
New-AzureStorageKey
[-KeyType] <String>
[-StorageAccountName] <String>
[-Profile <AzureSMProfile>]
[-InformationAction <ActionPreference>]
[-InformationVariable <String>]
[<CommonParameters>]
Description
New-AzureStorageKey Cmdlet 會重新產生 Azure 儲存體 帳戶的主要或次要密鑰。 它會傳回 物件,其中包含記憶體帳戶名稱、主鍵和次要密鑰做為屬性。
範例
範例 1:重新產生主要儲存體金鑰
PS C:\> New-AzureStorageKey -KeyType "Primary" -StorageAccountName "ContosoStore01"
此命令會重新產生 ContosoStore01 記憶體帳戶的主要記憶體密鑰。
範例 2:重新產生次要記憶體密鑰,並將其儲存在變數中
PS C:\> $ContosoStoreKey = New-AzureStorageKey -KeyType "Secondary" -StorageAccountName "ContosoStore01"
此命令會重新產生 ContosoStore01 儲存器帳戶的次要記憶體密鑰,並將更新的記憶體帳戶密鑰資訊儲存在$ContosoStoreKey中。
參數
-InformationAction
指定此 Cmdlet 如何回應資訊事件。
此參數可接受的值為:
- 繼續
- 忽略
- 詢問
- SilentlyContinue
- 停止
- 暫止
類型: | ActionPreference |
別名: | infa |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InformationVariable
指定資訊變數。
類型: | String |
別名: | iv |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-KeyType
指定要重新產生哪一個金鑰。 有效值為:主要和次要。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Profile
指定此 Cmdlet 從中讀取的 Azure 設定檔。 如果您未指定設定檔,此 Cmdlet 會從本機預設配置檔讀取。
類型: | AzureSMProfile |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-StorageAccountName
指定要重新產生金鑰之 Azure 儲存體 帳戶的名稱。
類型: | String |
別名: | ServiceName |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
輸出
StorageServiceKeys