共用方式為


BatchAccountOperationsExtensions.RegenerateKey 方法

定義

重新產生 Batch 帳戶的指定帳戶金鑰。

public static Microsoft.Azure.Management.Batch.Models.BatchAccountKeys RegenerateKey (this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.Batch.Models.AccountKeyType keyName);
static member RegenerateKey : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string * string * Microsoft.Azure.Management.Batch.Models.AccountKeyType -> Microsoft.Azure.Management.Batch.Models.BatchAccountKeys
<Extension()>
Public Function RegenerateKey (operations As IBatchAccountOperations, resourceGroupName As String, accountName As String, keyName As AccountKeyType) As BatchAccountKeys

參數

operations
IBatchAccountOperations

這個擴充方法的作業群組。

resourceGroupName
String

包含 Batch 帳戶的資源群組名稱。

accountName
String

Batch 帳戶的名稱。

keyName
AccountKeyType

要重新產生之帳戶金鑰的類型。 可能的值包括:'Primary'、'Secondary'

傳回

備註

這項作業僅適用于包含 'SharedKey' 的 allowedAuthenticationModes 的 Batch 帳戶。 如果 Batch 帳戶在其 allowedAuthenticationMode 中未包含 'SharedKey',用戶端就無法使用共用金鑰進行驗證,而且必須改用另一個 allowedAuthenticationModes。 在此情況下,重新產生金鑰將會失敗。

適用於