DataboxJobSecrets Class

Definition

The secrets related to a databox job.

[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
Inheritance
DataboxJobSecrets
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

DataboxJobSecrets()

Initializes a new instance of the DataboxJobSecrets class.

DataboxJobSecrets(DcAccessSecurityCode, CloudError, IList<DataBoxSecret>)

Initializes a new instance of the DataboxJobSecrets class.

Properties

DcAccessSecurityCode

Gets dc Access Security Code for Customer Managed Shipping

(Inherited from JobSecrets)
Error

Gets error while fetching the secrets.

(Inherited from JobSecrets)
PodSecrets

Gets or sets contains the list of secret objects for a job.

Applies to