Partilhar via


DriveBitLockerKey Class

Definition

BitLocker recovery key or password to the specified drive

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.DriveBitLockerKeyTypeConverter))]
public class DriveBitLockerKey : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IDriveBitLockerKey
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.DriveBitLockerKeyTypeConverter))>]
type DriveBitLockerKey = class
    interface IDriveBitLockerKey
    interface IJsonSerializable
Public Class DriveBitLockerKey
Implements IDriveBitLockerKey
Inheritance
DriveBitLockerKey
Attributes
Implements

Constructors

DriveBitLockerKey()

Creates an new DriveBitLockerKey instance.

Properties

BitLockerKey

BitLocker recovery key or password

DriveId

Drive ID

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DriveBitLockerKey.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DriveBitLockerKey.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IDriveBitLockerKey.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DriveBitLockerKey into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to