ServiceCertificateListResponse.Certificates 属性

 

获取或设置的集合 ServiceCertificateListResponse.Certificate 定义在订阅中有效的服务证书的对象。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

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)

属性值

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

ServiceCertificateListResponse.Certificate 对象的集合。

请参阅

ServiceCertificateListResponse 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首