HciVmSecurityEncryptionType 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.
Encryption type of the managed disk enum.
public readonly struct HciVmSecurityEncryptionType : IEquatable<Azure.ResourceManager.Hci.Vm.Models.HciVmSecurityEncryptionType>
type HciVmSecurityEncryptionType = struct
Public Structure HciVmSecurityEncryptionType
Implements IEquatable(Of HciVmSecurityEncryptionType)
- Inheritance
-
HciVmSecurityEncryptionType
- Implements
Constructors
| Name | Description |
|---|---|
| HciVmSecurityEncryptionType(String) |
Initializes a new instance of HciVmSecurityEncryptionType. |
Properties
| Name | Description |
|---|---|
| NonPersistedTpm |
Non-persisted TPM encryption type. |
Methods
| Name | Description |
|---|---|
| Equals(HciVmSecurityEncryptionType) |
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(HciVmSecurityEncryptionType, HciVmSecurityEncryptionType) |
Determines if two HciVmSecurityEncryptionType values are the same. |
| Implicit(String to HciVmSecurityEncryptionType) |
Converts a String to a HciVmSecurityEncryptionType. |
| Inequality(HciVmSecurityEncryptionType, HciVmSecurityEncryptionType) |
Determines if two HciVmSecurityEncryptionType values are not the same. |