Udostępnij przez


EncryptionKeyDetails Class

Definition

Specifies the encryption key properties

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

Constructors

Name Description
EncryptionKeyDetails()

Creates an new EncryptionKeyDetails instance.

Properties

Name Description
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

Name Description
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.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.

ToString()

Applies to