다음을 통해 공유


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

적용 대상