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

DataboxJobSecrets 类

定义

与 Databox 作业相关的机密。

[Newtonsoft.Json.JsonObject("DataBox")]
public class DataboxJobSecrets : Microsoft.Azure.Management.DataBox.Models.JobSecrets
[<Newtonsoft.Json.JsonObject("DataBox")>]
type DataboxJobSecrets = class
    inherit JobSecrets
Public Class DataboxJobSecrets
Inherits JobSecrets
继承
DataboxJobSecrets
属性
Newtonsoft.Json.JsonObjectAttribute

构造函数

DataboxJobSecrets()

初始化 DataboxJobSecrets 类的新实例。

DataboxJobSecrets(DcAccessSecurityCode, CloudError, IList<DataBoxSecret>)

初始化 DataboxJobSecrets 类的新实例。

属性

DcAccessSecurityCode

获取客户托管发货的 dc 访问安全代码

(继承自 JobSecrets)
Error

获取机密时出错。

(继承自 JobSecrets)
PodSecrets

获取或设置包含作业的机密对象列表。

适用于