SecurityEncryptionTypes 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.
SecurityEncryptionTypes enums.
public readonly struct SecurityEncryptionTypes : IEquatable<Azure.Compute.Batch.SecurityEncryptionTypes>
type SecurityEncryptionTypes = struct
Public Structure SecurityEncryptionTypes
Implements IEquatable(Of SecurityEncryptionTypes)
- Inheritance
-
SecurityEncryptionTypes
- Implements
Constructors
| Name | Description |
|---|---|
| SecurityEncryptionTypes(String) |
Initializes a new instance of SecurityEncryptionTypes. |
Properties
| Name | Description |
|---|---|
| DiskWithVMGuestState |
EncryptionType of the managed disk is set to DiskWithVMGuestState for encryption of the managed disk along with VMGuestState blob. It is not supported in data disks. |
| NonPersistedTPM |
EncryptionType of the managed disk is set to NonPersistedTPM for not persisting firmware state in the VMGuestState blob. |
| VMGuestStateOnly |
EncryptionType of the managed disk is set to VMGuestStateOnly for encryption of just the VMGuestState blob. |
Methods
| Name | Description |
|---|---|
| Equals(SecurityEncryptionTypes) |
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(SecurityEncryptionTypes, SecurityEncryptionTypes) |
Determines if two SecurityEncryptionTypes values are the same. |
| Implicit(String to SecurityEncryptionTypes) |
Converts a String to a SecurityEncryptionTypes. |
| Inequality(SecurityEncryptionTypes, SecurityEncryptionTypes) |
Determines if two SecurityEncryptionTypes values are not the same. |