IEncryptionKeyVaultProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.EncryptionKeyVaultPropertiesTypeConverter))]
public interface IEncryptionKeyVaultProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.EncryptionKeyVaultPropertiesTypeConverter))>]
type IEncryptionKeyVaultProperties = interface
interface IJsonSerializable
Public Interface IEncryptionKeyVaultProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |