PublicCertificate.PublicCertificateLocation Property

Definition

Gets or sets public Certificate Location. Possible values include: 'CurrentUserMy', 'LocalMachineMy', 'Unknown'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.publicCertificateLocation")]
public Microsoft.Azure.Management.WebSites.Models.PublicCertificateLocation? PublicCertificateLocation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.publicCertificateLocation")>]
member this.PublicCertificateLocation : Nullable<Microsoft.Azure.Management.WebSites.Models.PublicCertificateLocation> with get, set
Public Property PublicCertificateLocation As Nullable(Of PublicCertificateLocation)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to