Condividi tramite


Proprietà CertificateListResponse.Certificates

 

Facoltativa. Ottiene o imposta un elenco di certificati.

Spazio dei nomi:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Classe CertificateListResponse
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models

Torna all'inizio