ConfidentialVmEncryptionType Struct
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.
confidential VM encryption types.
public readonly struct ConfidentialVmEncryptionType : IEquatable<Azure.ResourceManager.Compute.Models.ConfidentialVmEncryptionType>
type ConfidentialVmEncryptionType = struct
Public Structure ConfidentialVmEncryptionType
Implements IEquatable(Of ConfidentialVmEncryptionType)
- Inheritance
-
ConfidentialVmEncryptionType
- Implements
Constructors
| Name | Description |
|---|---|
| ConfidentialVmEncryptionType(String) |
Initializes a new instance of ConfidentialVmEncryptionType. |
Properties
| Name | Description |
|---|---|
| EncryptedVmGuestStateOnlyWithPmk |
EncryptedVMGuestStateOnlyWithPmk. |
| EncryptedWithCmk |
EncryptedWithCmk. |
| EncryptedWithPmk |
EncryptedWithPmk. |
| NonPersistedTPM |
NonPersistedTPM. |
Methods
| Name | Description |
|---|---|
| Equals(ConfidentialVmEncryptionType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ConfidentialVmEncryptionType, ConfidentialVmEncryptionType) |
Determines if two ConfidentialVmEncryptionType values are the same. |
| Implicit(String to ConfidentialVmEncryptionType) |
Converts a String to a ConfidentialVmEncryptionType. |
| Inequality(ConfidentialVmEncryptionType, ConfidentialVmEncryptionType) |
Determines if two ConfidentialVmEncryptionType values are not the same. |