Share via


ConfigurationSet.StoredCertificateSettings Property

 

Gets or sets a collection of StoredCertificateSettings objects that define the service certificates that should be added to the Virtual Machine.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

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

Property Value

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

A collection of StoredCertificateSettings objects.

See Also

ConfigurationSet Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top