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

KeyForDiskEncryptionSet 构造函数

定义

重载

KeyForDiskEncryptionSet()

初始化 KeyForDiskEncryptionSet 类的新实例。

KeyForDiskEncryptionSet(String, SourceVault)

初始化 KeyForDiskEncryptionSet 类的新实例。

KeyForDiskEncryptionSet()

初始化 KeyForDiskEncryptionSet 类的新实例。

public KeyForDiskEncryptionSet ();
Public Sub New ()

适用于

KeyForDiskEncryptionSet(String, SourceVault)

初始化 KeyForDiskEncryptionSet 类的新实例。

public KeyForDiskEncryptionSet (string keyUrl, Microsoft.Azure.Management.Compute.Models.SourceVault sourceVault = default);
new Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet : string * Microsoft.Azure.Management.Compute.Models.SourceVault -> Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet
Public Sub New (keyUrl As String, Optional sourceVault As SourceVault = Nothing)

参数

keyUrl
String

完全版本的密钥 URL,指向 KeyVault 中的密钥。 无论 rotationToLatestKeyVersionEnabled 值如何,都需要 URL 的版本段。

sourceVault
SourceVault

包含密钥或机密的 KeyVault 的资源 ID。 此属性是可选的,如果 KeyVault 订阅与磁盘加密集订阅不同,则无法使用此属性。

适用于