Language

IEncryptionKeyDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.EncryptionKeyDetailsTypeConverter))]
public interface IEncryptionKeyDetails : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.EncryptionKeyDetailsTypeConverter))>]
type IEncryptionKeyDetails = interface
    interface IJsonSerializable
Public Interface IEncryptionKeyDetails
Implements IJsonSerializable
Derived
Attributes
Implements

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to