ManagementCertificateListResponse Class

Represents the list of management certificates in a subscription.

Namespace: Microsoft.WindowsAzure.Management.Models
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Usage

'Usage
Dim instance As ManagementCertificateListResponse

Syntax

'Declaration
Public Class ManagementCertificateListResponse
    Inherits AzureOperationResponse
    Implements IEnumerable(Of SubscriptionCertificate), IEnumerable
public class ManagementCertificateListResponse : AzureOperationResponse, IEnumerable<SubscriptionCertificate>, IEnumerable
public ref class ManagementCertificateListResponse : public AzureOperationResponse, IEnumerable<SubscriptionCertificate^>, IEnumerable
public class ManagementCertificateListResponse extends AzureOperationResponse implements IEnumerable<SubscriptionCertificate>, 
    IEnumerable
public class ManagementCertificateListResponse extends AzureOperationResponse implements IEnumerable<SubscriptionCertificate>, 
    IEnumerable

Inheritance Hierarchy

System.Object
   Hyak.Common.HttpOperationResponse
     Microsoft.Azure.AzureOperationResponse
      Microsoft.WindowsAzure.Management.Models.ManagementCertificateListResponse

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

ManagementCertificateListResponse Members
Microsoft.WindowsAzure.Management.Models Namespace