Condividi tramite


DataBoxHeavySecret Class

Definition

The secrets related to a databox heavy.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxHeavySecretTypeConverter))]
public class DataBoxHeavySecret : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxHeavySecret
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxHeavySecretTypeConverter))>]
type DataBoxHeavySecret = class
    interface IDataBoxHeavySecret
    interface IJsonSerializable
Public Class DataBoxHeavySecret
Implements IDataBoxHeavySecret
Inheritance
DataBoxHeavySecret
Attributes
Implements

Constructors

DataBoxHeavySecret()

Creates an new DataBoxHeavySecret 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 DataBoxHeavySecret.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataBoxHeavySecret.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxHeavySecret.

FromJsonString(String)

Creates a new instance of DataBoxHeavySecret, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataBoxHeavySecret into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to