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

ISqlEncryptionProtector 接口

定义

Azure SQL加密保护程序的不可变客户端表示形式。

public interface ISqlEncryptionProtector : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.EncryptionProtectorInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Sql.Fluent.ISqlEncryptionProtector>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Sql.Fluent.SqlEncryptionProtector.Update.IUpdate>
type ISqlEncryptionProtector = interface
    interface IBeta
    interface IHasId
    interface IHasInner<EncryptionProtectorInner>
    interface IHasResourceGroup
    interface IIndexable
    interface IRefreshable<ISqlEncryptionProtector>
    interface IUpdatable<IUpdate>
Public Interface ISqlEncryptionProtector
Implements IBeta, IHasId, IHasInner(Of EncryptionProtectorInner), IHasResourceGroup, IIndexable, IRefreshable(Of ISqlEncryptionProtector), IUpdatable(Of IUpdate)
实现

属性

Id

获取资源 ID 字符串

(继承自 IHasId)
Inner

Azure SQL加密保护程序的不可变客户端表示形式。

(继承自 IHasInner<T>)
Key

Azure SQL加密保护程序的不可变客户端表示形式。

(继承自 IIndexable)
Kind

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

ParentId

获取父 SQL 服务器 ID。

Region

获取资源位置。

ResourceGroupName

Azure SQL加密保护程序的不可变客户端表示形式。

(继承自 IHasResourceGroup)
ServerKeyName

获取服务器密钥的名称。

ServerKeyType

获取加密保护程序类型。

SqlServerName

获取此 DNS 别名所属SQL Server的名称。

Thumbprint

获取服务器密钥的指纹。

Uri

获取服务器密钥的 URI。

方法

Refresh()

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
RefreshAsync(CancellationToken)

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
Update()

Azure SQL加密保护程序的不可变客户端表示形式。

(继承自 IUpdatable<T>)

适用于