共用方式為


PublicCertificateInner.PublicCertificateLocation 屬性

定義

取得或設定公用憑證位置。 可能的值包括:'CurrentUserMy'、'LocalMachineMy'、'Unknown'

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於