你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchSecurityType Enum

Definition

Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings.

public enum BatchSecurityType
public readonly struct BatchSecurityType : IEquatable<Azure.ResourceManager.Batch.Models.BatchSecurityType>
type BatchSecurityType = 
type BatchSecurityType = struct
Public Enum BatchSecurityType
Public Structure BatchSecurityType
Implements IEquatable(Of BatchSecurityType)
Inheritance
BatchSecurityType
Inheritance
BatchSecurityType

Fields

Name Value Description
TrustedLaunch 0

Trusted launch protects against advanced and persistent attack techniques.

ConfidentialVm 1

Azure confidential computing offers confidential VMs are for tenants with high security and confidentiality requirements. These VMs provide a strong, hardware-enforced boundary to help meet your security needs. You can use confidential VMs for migrations without making changes to your code, with the platform protecting your VM's state from being read or modified.

BatchSecurityType(String)

Initializes a new instance of BatchSecurityType.

Equality(BatchSecurityType, BatchSecurityType)

Determines if two BatchSecurityType values are the same.

Equals(BatchSecurityType)

Indicates whether the current object is equal to another object of the same type.

Implicit(String to BatchSecurityType)

Converts a string to a BatchSecurityType.

Inequality(BatchSecurityType, BatchSecurityType)

Determines if two BatchSecurityType values are not the same.

ToString()

Returns the fully qualified type name of this instance.

TrustedLaunch

trustedLaunch.

Applies to