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

ResourceEncryptionKeys 构造函数

定义

重载

ResourceEncryptionKeys()

初始化 ResourceEncryptionKeys 类的新实例。

ResourceEncryptionKeys(String, String)

使用必需的参数初始化 ResourceEncryptionKeys 类的新实例。

ResourceEncryptionKeys()

初始化 ResourceEncryptionKeys 类的新实例。

public ResourceEncryptionKeys ();
Public Sub New ()

适用于

ResourceEncryptionKeys(String, String)

使用必需的参数初始化 ResourceEncryptionKeys 类的新实例。

public ResourceEncryptionKeys (string encodedEncryptedPublicKey, string thumbprint);
new Microsoft.WindowsAzure.Management.StorSimple.Models.ResourceEncryptionKeys : string * string -> Microsoft.WindowsAzure.Management.StorSimple.Models.ResourceEncryptionKeys
Public Sub New (encodedEncryptedPublicKey As String, thumbprint As String)

参数

encodedEncryptedPublicKey
String
thumbprint
String

适用于