Freigeben über


BatchSecurityEncryptionType Struct

Definition

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

Name Description
BatchSecurityEncryptionType(String)

Initializes a new instance of BatchSecurityEncryptionType.

Properties

Name Description
NonPersistedTPM

NonPersistedTPM.

VmGuestStateOnly

VMGuestStateOnly.

Methods

Name Description
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

Name Description
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