Metodo ManagementCertificateOperationsExtensions.ListAsync (IManagementCertificateOperations)
Visualizza le informazioni su tutti i certificati di gestione associati alla sottoscrizione specificata in modo asincrono.
Spazio dei nomi: Microsoft.WindowsAzure.Management
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Sintassi
public static Task<ManagementCertificateListResponse> ListAsync(
this IManagementCertificateOperations operations
)
public:
[ExtensionAttribute]
static Task<ManagementCertificateListResponse^>^ ListAsync(
IManagementCertificateOperations^ operations
)
static member ListAsync :
operations:IManagementCertificateOperations -> Task<ManagementCertificateListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IManagementCertificateOperations
) As Task(Of ManagementCertificateListResponse)
Parametri
operations
Type: Microsoft.WindowsAzure.Management.IManagementCertificateOperationsIl IManagementCertificateOperations oggetto che specifica le operazioni.
Valore restituito
Type: System.Threading.Tasks.Task<ManagementCertificateListResponse>
Un ManagementCertificateListResponse oggetto che contiene un elenco dei certificati di gestione associati a una sottoscrizione.
Note
Per ulteriori informazioni sull'elenco di certificati di gestione, vedere List Management Certificates.
Vedere anche
Classe ManagementCertificateOperationsExtensions
Spazio dei nomi Microsoft.WindowsAzure.Management
Torna all'inizio