Metodo IManagementCertificateOperations.ListAsync
Asynchronously lists information about all of the management certificates associated with the specified subscription.
Spazio dei nomi: Microsoft.WindowsAzure.Management
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Utilizzo
'Utilizzo
Dim instance As IManagementCertificateOperations
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of ManagementCertificateListResponse)
returnValue = instance.ListAsync(cancellationToken)
Sintassi
'Dichiarazione
Function ListAsync ( _
cancellationToken As CancellationToken _
) As Task(Of ManagementCertificateListResponse)
Task<ManagementCertificateListResponse> ListAsync (
CancellationToken cancellationToken
)
Task<ManagementCertificateListResponse^>^ ListAsync (
CancellationToken cancellationToken
)
Task<ManagementCertificateListResponse> ListAsync (
CancellationToken cancellationToken
)
function ListAsync (
cancellationToken : CancellationToken
) : Task<ManagementCertificateListResponse>
Parametri
- cancellationToken
The cancellation token.
Valore restituito
An ManagementCertificateListResponse object that contains a list of management certificates that are associated with a subscription.
Osservazioni
For more information about listing management certificates, see List Management Certificates.
Sicurezza dei thread
Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows 7 e Windows Server 2008
Piattaforme di destinazione
Vedere anche
Riferimento
Interfaccia IManagementCertificateOperations
Membri IManagementCertificateOperations
Spazio dei nomi Microsoft.WindowsAzure.Management