Compartilhar via


Método ManagementCertificateOperationsExtensions.List

Lists information about all of the management certificates associated with the specified subscription.

Namespace: Microsoft.WindowsAzure.Management
Assembly: Microsoft.WindowsAzure.Management (em Microsoft.WindowsAzure.Management.dll)

Uso

'Uso
Dim operations As IManagementCertificateOperations
Dim returnValue As ManagementCertificateListResponse

returnValue = ManagementCertificateOperationsExtensions.List(operations)

Sintaxe

'Declaração
<ExtensionAttribute> _
Public Shared Function List ( _
    operations As IManagementCertificateOperations _
) As ManagementCertificateListResponse
[ExtensionAttribute] 
public static ManagementCertificateListResponse List (
    IManagementCertificateOperations operations
)
[ExtensionAttribute] 
public:
static ManagementCertificateListResponse^ List (
    IManagementCertificateOperations^ operations
)
/** @attribute ExtensionAttribute() */ 
public static ManagementCertificateListResponse List (
    IManagementCertificateOperations operations
)
ExtensionAttribute 
public static function List (
    operations : IManagementCertificateOperations
) : ManagementCertificateListResponse

Parâmetros

Valor de retorno

An ManagementCertificateListResponse object that contains a list of management certificates that are associated with a subscription.

Comentários

For more information about listing management certificates, see List Management Certificates.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe ManagementCertificateOperationsExtensions
Membros ManagementCertificateOperationsExtensions
Namespace Microsoft.WindowsAzure.Management