EncryptionKeyDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() | |