ManagementCertificateOperationsExtensions.List Method
Lists information about all of the management certificates associated with the specified subscription.
Namespace: Microsoft.WindowsAzure.Management
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Usage
'Usage
Dim operations As IManagementCertificateOperations
Dim returnValue As ManagementCertificateListResponse
returnValue = ManagementCertificateOperationsExtensions.List(operations)
Syntax
'Declaration
<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
Parameters
- operations
The IManagementCertificateOperations object that specifies the operations.
Return Value
An ManagementCertificateListResponse object that contains a list of management certificates that are associated with a subscription.
Remarks
For more information about listing management certificates, see List Management Certificates.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
ManagementCertificateOperationsExtensions Class
ManagementCertificateOperationsExtensions Members
Microsoft.WindowsAzure.Management Namespace