Condividi tramite


BatchAccountOperationsExtensions.GetKeys Metodo

Definizione

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

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

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.

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