Share via


KeyEncryptionKeyInfo Class

Definition

Key Encryption Key (KEK) information.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.KeyEncryptionKeyInfoTypeConverter))]
public class KeyEncryptionKeyInfo : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IKeyEncryptionKeyInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.KeyEncryptionKeyInfoTypeConverter))>]
type KeyEncryptionKeyInfo = class
    interface IKeyEncryptionKeyInfo
    interface IJsonSerializable
Public Class KeyEncryptionKeyInfo
Implements IKeyEncryptionKeyInfo
Inheritance
KeyEncryptionKeyInfo
Attributes
Implements

Constructors

KeyEncryptionKeyInfo()

Creates an new KeyEncryptionKeyInfo instance.

Properties

KeyIdentifier

The key URL / identifier.

KeyVaultResourceArmId

The KeyVault resource ARM Id for key.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KeyEncryptionKeyInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KeyEncryptionKeyInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IKeyEncryptionKeyInfo.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of KeyEncryptionKeyInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to