DataBoxDiskJobSecrets 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 disk job.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxDiskJobSecretsTypeConverter))]
public class DataBoxDiskJobSecrets : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxDiskJobSecrets, Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxDiskJobSecretsTypeConverter))>]
type DataBoxDiskJobSecrets = class
interface IDataBoxDiskJobSecrets
interface IJsonSerializable
interface IJobSecrets
interface IValidates
Public Class DataBoxDiskJobSecrets
Implements IDataBoxDiskJobSecrets, IValidates
- Inheritance
-
DataBoxDiskJobSecrets
- Attributes
- Implements
Constructors
DataBoxDiskJobSecrets() |
Creates an new DataBoxDiskJobSecrets instance. |
Properties
AdditionalInfo |
Gets or sets additional error info. |
Code |
Error code. |
DcAccessSecurityCode |
Dc Access Security Code for Customer Managed Shipping |
DcAccessSecurityCodeForwardDcAccessCode |
Forward Dc access security code. |
DcAccessSecurityCodeReverseDcAccessCode |
Reverse Dc access security code. |
Detail |
Gets or sets details for the error. |
DiskSecret |
Contains the list of secrets object for that device. |
Error |
Error while fetching the secrets. |
IsPasskeyUserDefined |
Whether passkey was provided by user. |
Message |
The error message parsed from the body of the http error response. |
PassKey |
PassKey for the disk Job. |
Target |
Gets or sets the target of the error. |
Type |
Used to indicate what type of job secrets object. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DataBoxDiskJobSecrets. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DataBoxDiskJobSecrets. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxDiskJobSecrets. |
FromJsonString(String) |
Creates a new instance of DataBoxDiskJobSecrets, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DataBoxDiskJobSecrets into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |