Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedInstanceKey 类

定义

托管实例密钥。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagedInstanceKey : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagedInstanceKey = class
    inherit ProxyResource
Public Class ManagedInstanceKey
Inherits ProxyResource
继承
ManagedInstanceKey
属性

构造函数

ManagedInstanceKey()

初始化 ManagedInstanceKey 类的新实例。

ManagedInstanceKey(String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<Boolean>)

初始化 ManagedInstanceKey 类的新实例。

属性

AutoRotationEnabled

获取密钥自动轮换选择加入标志。 true 或 false。

CreationDate

获取密钥创建日期。

Id

获取资源 ID。

(继承自 Resource)
Kind

获取加密保护程序的种类。 这是用于Azure 门户体验的元数据。

Name

获取资源名称。

(继承自 Resource)
ServerKeyType

获取或设置密钥类型,例如“ServiceManaged”、“AzureKeyVault”。 可能的值包括:“ServiceManaged”、“AzureKeyVault”

Thumbprint

获取密钥的指纹。

Type

获取资源类型。

(继承自 Resource)
Uri

获取或设置密钥的 URI。 如果 ServerKeyType 为 AzureKeyVault,则 URI 是必需的。

方法

Validate()

验证 对象。

适用于