DriveBitLockerKey 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.
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. |