次の方法で共有


ServerKeyInner.ServerKeyType プロパティ

定義

'ServiceManaged'、'AzureKeyVault' などのサーバー キーの種類を取得または設定します。 使用可能な値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象