EncryptionKeyVaultProperties 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.
An Encryption Key
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.EncryptionKeyVaultPropertiesTypeConverter))]
public class EncryptionKeyVaultProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IEncryptionKeyVaultProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.EncryptionKeyVaultPropertiesTypeConverter))>]
type EncryptionKeyVaultProperties = class
interface IEncryptionKeyVaultProperties
interface IJsonSerializable
Public Class EncryptionKeyVaultProperties
Implements IEncryptionKeyVaultProperties
- Inheritance
-
EncryptionKeyVaultProperties
- Attributes
- Implements
Constructors
EncryptionKeyVaultProperties() |
Creates an new EncryptionKeyVaultProperties instance. |
Properties
AutoDetectedKeyVersion |
The auto-detected version of the key if versionType is auto-detected. |
KeyName |
The name of the key. |
KeyState |
The state of key provided |
KeyVaultUrl |
The URL of the vault. |
KeyVersion |
The version of the key. |
VersionType |
Property of the key if user provided or auto detected |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EncryptionKeyVaultProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EncryptionKeyVaultProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IEncryptionKeyVaultProperties. |
FromJsonString(String) |
Creates a new instance of EncryptionKeyVaultProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EncryptionKeyVaultProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |