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

EncryptionKeyDetails Class

Definition

Specifies the encryption key properties

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

Constructors

EncryptionKeyDetails()

Creates an new EncryptionKeyDetails instance.

Properties

KekType

The type of kek encryption key

KekUrl

Specifies the url for kek encryption key.

KekVaultResourceId

Specifies the keyvault resource id for kek encryption key.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EncryptionKeyDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EncryptionKeyDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EncryptionKeyDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to