다음을 통해 공유


ServiceCertificateListResponse.Certificates 속성

 

컬렉션을 가져오거나 설정 합니다. ServiceCertificateListResponse.Certificate 구독에서 사용할 수 있는 서비스 인증서를 정의 하는 개체입니다.

네임스페이스:   Microsoft.WindowsAzure.Management.Compute.Models
어셈블리:  Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute

구문

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 네임스페이스

맨 위로 이동