ConfigurationSet.StoredCertificateSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Contains a list of service certificates with which to provision to the new role. This element is only used with the WindowsProvisioningConfiguration set.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.StoredCertificateSettings> StoredCertificateSettings { get; set; }
member this.StoredCertificateSettings : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.StoredCertificateSettings> with get, set
Public Property StoredCertificateSettings As IList(Of StoredCertificateSettings)