BatchSecurityEncryptionType 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.
Specifies the EncryptionType of the managed disk. It is set to VMGuestStateOnly for encryption of just the VMGuestState blob, and NonPersistedTPM for not persisting firmware state in the VMGuestState blob. Note: It can be set for only Confidential VMs and required when using Confidential VMs.
public readonly struct BatchSecurityEncryptionType : IEquatable<Azure.ResourceManager.Batch.Models.BatchSecurityEncryptionType>
type BatchSecurityEncryptionType = struct
Public Structure BatchSecurityEncryptionType
Implements IEquatable(Of BatchSecurityEncryptionType)
- Inheritance
-
BatchSecurityEncryptionType
- Implements
Constructors
BatchSecurityEncryptionType(String) |
Initializes a new instance of BatchSecurityEncryptionType. |
Properties
NonPersistedTPM |
NonPersistedTPM. |
VmGuestStateOnly |
VMGuestStateOnly. |
Methods
Equals(BatchSecurityEncryptionType) |
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
Equality(BatchSecurityEncryptionType, BatchSecurityEncryptionType) |
Determines if two BatchSecurityEncryptionType values are the same. |
Implicit(String to BatchSecurityEncryptionType) |
Converts a string to a BatchSecurityEncryptionType. |
Inequality(BatchSecurityEncryptionType, BatchSecurityEncryptionType) |
Determines if two BatchSecurityEncryptionType values are not the same. |
Applies to
Azure SDK for .NET