Partager via


JobsOperationsExtensions.ListCredentials Méthode

Définition

Cette méthode obtient les secrets non chiffrés liés au travail.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.DataBox.Models.UnencryptedCredentials> ListCredentials (this Microsoft.Azure.Management.DataBox.IJobsOperations operations, string resourceGroupName, string jobName);
static member ListCredentials : Microsoft.Azure.Management.DataBox.IJobsOperations * string * string -> seq<Microsoft.Azure.Management.DataBox.Models.UnencryptedCredentials>
<Extension()>
Public Function ListCredentials (operations As IJobsOperations, resourceGroupName As String, jobName As String) As IEnumerable(Of UnencryptedCredentials)

Paramètres

operations
IJobsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources

jobName
String

Nom de la ressource du travail dans le groupe de ressources spécifié. les noms de travail doivent comporter entre 3 et 24 caractères et utiliser uniquement les caractères alphanumériques et les traits de soulignement

Retours

S’applique à