你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DataBoxDiskJobSecrets 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
与磁盘作业相关的机密。
[Newtonsoft.Json.JsonObject("DataBoxDisk")]
public class DataBoxDiskJobSecrets : Microsoft.Azure.Management.DataBox.Models.JobSecrets
[<Newtonsoft.Json.JsonObject("DataBoxDisk")>]
type DataBoxDiskJobSecrets = class
inherit JobSecrets
Public Class DataBoxDiskJobSecrets
Inherits JobSecrets
- 继承
- 属性
-
Newtonsoft.Json.JsonObjectAttribute
构造函数
DataBoxDiskJobSecrets() |
初始化 DataBoxDiskJobSecrets 类的新实例。 |
DataBoxDiskJobSecrets(DcAccessSecurityCode, CloudError, IList<DiskSecret>, String, Nullable<Boolean>) |
初始化 DataBoxDiskJobSecrets 类的新实例。 |
属性
DcAccessSecurityCode |
获取客户托管发货的 dc 访问安全代码 (继承自 JobSecrets) |
DiskSecrets |
获取包含该设备的机密对象的列表。 |
Error |
获取机密时出错。 (继承自 JobSecrets) |
IsPasskeyUserDefined |
获取密钥是否由用户提供。 |
PassKey |
获取磁盘作业的 passKey。 |