Aracılığıyla paylaş


BatchAccountOperationsExtensions.GetKeys Yöntem

Tanım

Belirtilen Batch hesabının hesap anahtarlarını alır.

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

Parametreler

operations
IBatchAccountOperations

Bu uzantı yönteminin işlem grubu.

resourceGroupName
String

Batch hesabını içeren kaynak grubunun adı.

accountName
String

Batch hesabının adı.

Döndürülenler

Açıklamalar

Bu işlem yalnızca 'SharedKey' içeren allowedAuthenticationModes içeren Batch hesapları için geçerlidir. Batch hesabı allowedAuthenticationMode içinde 'SharedKey' içermiyorsa, istemciler kimlik doğrulaması için paylaşılan anahtarları kullanamaz ve bunun yerine başka bir allowedAuthenticationModes kullanmalıdır. Bu durumda anahtarları alma işlemi başarısız olur.

Şunlara uygulanır