Aracılığıyla paylaş


BatchAccountOperationsExtensions.GetKeysAsync Yöntem

Tanım

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.BatchAccountKeys> GetKeysAsync (this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member GetKeysAsync : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.BatchAccountKeys>
<Extension()>
Public Function GetKeysAsync (operations As IBatchAccountOperations, resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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ı.

cancellationToken
CancellationToken

İptal belirteci.

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