DataBoxSecret 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxSecretTypeConverter))]
public class DataBoxSecret : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxSecret
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxSecretTypeConverter))>]
type DataBoxSecret = class
interface IDataBoxSecret
interface IJsonSerializable
Public Class DataBoxSecret
Implements IDataBoxSecret
- Inheritance
-
DataBoxSecret
- Attributes
- Implements
Constructors
DataBoxSecret() |
Creates an new DataBoxSecret instance. |
Properties
AccountCredentialDetail |
Per account level access credentials. |
DevicePassword |
Password for out of the box experience on device. |
DeviceSerialNumber |
Serial number of the assigned device. |
EncodedValidationCertPubKey |
The base 64 encoded public key to authenticate with the device |
NetworkConfiguration |
Network configuration of the appliance. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DataBoxSecret. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DataBoxSecret. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxSecret. |
FromJsonString(String) |
Creates a new instance of DataBoxSecret, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DataBoxSecret into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |