BatchAccountOperationsExtensions.GetKeys 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定 Batch 帳戶的帳戶金鑰。
public static Microsoft.Azure.Management.Batch.Models.BatchAccountKeys GetKeys (this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string resourceGroupName, string accountName);
static member GetKeys : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string * string -> Microsoft.Azure.Management.Batch.Models.BatchAccountKeys
<Extension()>
Public Function GetKeys (operations As IBatchAccountOperations, resourceGroupName As String, accountName As String) As BatchAccountKeys
參數
- operations
- IBatchAccountOperations
這個擴充方法的作業群組。
- resourceGroupName
- String
包含 Batch 帳戶的資源群組名稱。
- accountName
- String
Batch 帳戶的名稱。
傳回
備註
這項作業僅適用于包含 'SharedKey' 的 allowedAuthenticationModes 的 Batch 帳戶。 如果 Batch 帳戶在其 allowedAuthenticationMode 中未包含 'SharedKey',用戶端就無法使用共用金鑰進行驗證,而且必須改用另一個 allowedAuthenticationModes。 在此情況下,取得金鑰將會失敗。