ManagedInstanceKey.ServerKeyType Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="properties.serverKeyType")]
public string ServerKeyType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.serverKeyType")>]
member this.ServerKeyType : string with get, set
Public Property ServerKeyType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to