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

EncryptionProtector 类

定义

服务器加密保护程序。

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

构造函数

EncryptionProtector()

初始化 EncryptionProtector 类的新实例。

EncryptionProtector(String, String, String, String, String, String, String, String, String, String)

初始化 EncryptionProtector 类的新实例。

属性

Id

获取资源的完全限定资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(继承自 Resource)
Kind

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

Location

获取资源位置。

Name

获取资源的名称

(继承自 Resource)
ServerKeyName

获取或设置服务器密钥的名称。

ServerKeyType

获取或设置加密保护程序类型,如“ServiceManaged”、“AzureKeyVault”。 可能的值包括:“ServiceManaged”、“AzureKeyVault”

Subregion

获取加密保护程序的子区域。

Thumbprint

获取服务器密钥的指纹。

Type

获取资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

(继承自 Resource)
Uri

获取服务器密钥的 URI。

方法

Validate()

验证 对象。

适用于