Aracılığıyla paylaş


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