Language

EncryptionKeyDetails Class

Definition

Encryption key details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.EncryptionKeyDetailsTypeConverter))]
public class EncryptionKeyDetails : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IEncryptionKeyDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.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
KeyName

The name of the key vault key.

KeyVaultUri

The Uri of the key vault.

KeyVersion

The version of the key vault 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.NetworkAnalytics.Models.Api20231115.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