DatabaseUpdate.IsInfraEncryptionEnabled Property

Definition

Gets infra encryption is enabled for this database.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to