Condividi tramite


BatchAccountOperationsExtensions.GetKeysAsync Metodo

Definizione

Ottiene le chiavi dell'account Per l'account Batch specificato.

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)

Parametri

operations
IBatchAccountOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome del gruppo di risorse che contiene l'account Batch.

accountName
String

Nome dell'account Batch.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Commenti

Questa operazione si applica solo agli account Batch con allowedAuthenticationModes contenente 'SharedKey'. Se l'account Batch non contiene "SharedKey" nel valore consentitoAuthenticationMode, i client non possono usare chiavi condivise per l'autenticazione e devono usare un altro oggetto allowedAuthenticationModes. In questo caso, il recupero delle chiavi avrà esito negativo.

Si applica a