Encryption 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.
The properties of customer managed encryption key
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.EncryptionTypeConverter))]
public class Encryption : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IEncryption
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.EncryptionTypeConverter))>]
type Encryption = class
interface IEncryption
interface IJsonSerializable
Public Class Encryption
Implements IEncryption
- Inheritance
-
Encryption
- Attributes
- Implements
Constructors
Encryption() |
Creates an new Encryption instance. |
Properties
KeyVaultPropertyAutoDetectedKeyVersion |
The auto-detected version of the key if versionType is auto-detected. |
KeyVaultPropertyKeyName |
The name of the key. |
KeyVaultPropertyKeyState |
The state of key provided |
KeyVaultPropertyKeyVaultUrl |
The URL of the vault. |
KeyVaultPropertyKeyVersion |
The version of the key. |
KeyVaultPropertyVersionType |
Property of the key if user provided or auto detected |
Status |
Status of customer managed encryption key |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Encryption. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Encryption. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IEncryption. |
FromJsonString(String) |
Creates a new instance of Encryption, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of Encryption into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |