Share via


ServiceCertificateListResponse.Certificates Property

 

Gets or sets a collection of ServiceCertificateListResponse.Certificate objects that define the service certificates that are valid in a subscription.

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

Syntax

public IList<ServiceCertificateListResponse.Certificate> Certificates { get; set; }
public:
property IList<ServiceCertificateListResponse::Certificate^>^ Certificates {
    IList<ServiceCertificateListResponse::Certificate^>^ get();
    void set(IList<ServiceCertificateListResponse::Certificate^>^ value);
}
member Certificates : IList<ServiceCertificateListResponse.Certificate> with get, set
Public Property Certificates As IList(Of ServiceCertificateListResponse.Certificate)

Property Value

Type: System.Collections.Generic.IList<ServiceCertificateListResponse.Certificate>

A collection of ServiceCertificateListResponse.Certificate objects.

See Also

ServiceCertificateListResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top