GetBitLockerKeysResponse Class

Definition

GetBitLockerKeys response

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

Constructors

GetBitLockerKeysResponse()

Creates an new GetBitLockerKeysResponse instance.

Properties

Value

drive status

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GetBitLockerKeysResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GetBitLockerKeysResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GetBitLockerKeysResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to