DatabaseUpdateInner.TransparentDataEncryption Property

Definition

Gets the transparent data encryption info for this database.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.transparentDataEncryption")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionInner> TransparentDataEncryption { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.transparentDataEncryption")>]
member this.TransparentDataEncryption : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.TransparentDataEncryptionInner>
Public ReadOnly Property TransparentDataEncryption As IList(Of TransparentDataEncryptionInner)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to