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)

public IList<ServiceCertificateListResponse.Certificate> Certificates { get; set; }
Return to top
Show: