EncryptionProtectorInner.ServerKeyType Property

Definition

Gets or sets the encryption protector type like 'ServiceManaged', 'AzureKeyVault'. Possible values include: 'ServiceManaged', 'AzureKeyVault'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.serverKeyType")]
public Microsoft.Azure.Management.Sql.Fluent.Models.ServerKeyType ServerKeyType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.serverKeyType")>]
member this.ServerKeyType : Microsoft.Azure.Management.Sql.Fluent.Models.ServerKeyType with get, set
Public Property ServerKeyType As ServerKeyType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to