你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzBatchAccountKey
重新生成 Batch 帐户的密钥。
语法
New-AzBatchAccountKey
[-AccountName] <String>
[-ResourceGroupName <String>]
-KeyType <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
New-AzBatchAccountKey cmdlet 将重新生成 Azure Batch 帐户的主密钥或辅助密钥。 该 cmdlet 返回一个 BatchAccountContext 对象,该对象具有其当前 PrimaryAccountKey 和 SecondaryAccountKey 属性。
示例
示例 1:在 Batch 帐户上重新生成主帐户密钥
New-AzBatchAccountKey -AccountName "pfuller" -KeyType "Primary"
AccountName : pfuller
Location : westus
ResourceGroupName : CmdletExampleRG
DedicatedCoreQuota : 20
LowPriorityCoreQuota : 20
PoolQuota : 20
ActiveJobAndJobScheduleQuota : 20
Tags :
TaskTenantUrl : https://cmdletexample.westus.batch.azure.com
此命令在名为 pfuller 的 Batch 帐户上重新生成主帐户密钥。
参数
-AccountName
指定此 cmdlet 为其重新生成密钥的 Batch 帐户的名称。
类型: | String |
别名: | Name |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-KeyType
指定此 cmdlet 重新生成密钥的类型。 有效值为:
- 主
- 次要
类型: | String |
接受的值: | Primary, Secondary |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
指定此 cmdlet 为其重新生成密钥的帐户的资源组。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |