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

ImportDiskDetails(String, String, String) 构造函数

定义

初始化 ImportDiskDetails 的新实例。

public ImportDiskDetails (string manifestFile, string manifestHash, string bitLockerKey);
new Azure.ResourceManager.DataBox.Models.ImportDiskDetails : string * string * string -> Azure.ResourceManager.DataBox.Models.ImportDiskDetails
Public Sub New (manifestFile As String, manifestHash As String, bitLockerKey As String)

参数

manifestFile
String

磁盘上清单文件的相对路径。

manifestHash
String

磁盘上清单文件的 Base16 编码 MD5 哈希。

bitLockerKey
String

用于加密磁盘的 BitLocker 密钥。

例外

manifestFilemanifestHashbitLockerKey 为 null。

适用于