Compartilhar via


CertificateListResponse.Certificates Propriedade

 

Opcional. Obtém ou define uma lista de certificados.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

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)

Valor de propriedade

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

Consulte também

Classe CertificateListResponse
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo