你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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