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

ArmStorageModelFactory.EncryptionScopeKeyVaultProperties 方法

定义

初始化 EncryptionScopeKeyVaultProperties 的新实例。

public static Azure.ResourceManager.Storage.Models.EncryptionScopeKeyVaultProperties EncryptionScopeKeyVaultProperties (Uri keyUri = default, string currentVersionedKeyIdentifier = default, DateTimeOffset? lastKeyRotationTimestamp = default);
static member EncryptionScopeKeyVaultProperties : Uri * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.Storage.Models.EncryptionScopeKeyVaultProperties
Public Shared Function EncryptionScopeKeyVaultProperties (Optional keyUri As Uri = Nothing, Optional currentVersionedKeyIdentifier As String = Nothing, Optional lastKeyRotationTimestamp As Nullable(Of DateTimeOffset) = Nothing) As EncryptionScopeKeyVaultProperties

参数

keyUri
Uri

密钥保管库密钥对象的对象标识符。 应用后,加密范围将使用标识符引用的密钥在此加密范围上启用客户管理的密钥支持。

currentVersionedKeyIdentifier
String

当前版本控制密钥保管库密钥正在使用的对象标识符。

lastKeyRotationTimestamp
Nullable<DateTimeOffset>

密钥保管库密钥上次轮换的时间戳。

返回

用于模拟的新 EncryptionScopeKeyVaultProperties 实例。

适用于