AppServiceCertificateOrderInner.IsPrivateKeyExternal Property

Definition

Gets <code>true</code> if private key is external; otherwise, <code>false</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isPrivateKeyExternal")]
public bool? IsPrivateKeyExternal { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isPrivateKeyExternal")>]
member this.IsPrivateKeyExternal : Nullable<bool>
Public ReadOnly Property IsPrivateKeyExternal As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to