EncryptionDetails 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 details for the fabric.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.EncryptionDetailsTypeConverter))]
public class EncryptionDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IEncryptionDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.EncryptionDetailsTypeConverter))>]
type EncryptionDetails = class
interface IEncryptionDetails
interface IJsonSerializable
Public Class EncryptionDetails
Implements IEncryptionDetails
- Inheritance
-
EncryptionDetails
- Attributes
- Implements
Constructors
EncryptionDetails() |
Creates an new EncryptionDetails instance. |
Properties
KekCertExpiryDate |
The key encryption key certificate expiry date. |
KekCertThumbprint |
The key encryption key certificate thumbprint. |
KekState |
The key encryption key state for the Vmm. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EncryptionDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EncryptionDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IEncryptionDetails. |
FromJsonString(String) |
Creates a new instance of EncryptionDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EncryptionDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |