DataboxJobSecrets Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |