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

SecurityType Struct

Definition

Specifies the VM securityType; UefiSettings are enabled only when set to TrustedLaunch or ConfidentialVM, and returns a Standard value starting API version 2025-11-01.

public readonly struct SecurityType : IEquatable<Azure.ResourceManager.Compute.Models.SecurityType>
type SecurityType = struct
Public Structure SecurityType
Implements IEquatable(Of SecurityType)
Inheritance
SecurityType
Implements

Constructors

Name Description
SecurityType(String)

Initializes a new instance of SecurityType.

Properties

Name Description
ConfidentialVm

ConfidentialVM.

Standard

Indicates a VM without UEFI features such as SecureBoot or vTPM; returned as the default value when securityType is not specified.

TrustedLaunch

TrustedLaunch.

Methods

Name Description
Equals(SecurityType)

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(SecurityType, SecurityType)

Determines if two SecurityType values are the same.

Implicit(String to SecurityType)

Converts a String to a SecurityType.

Inequality(SecurityType, SecurityType)

Determines if two SecurityType values are not the same.

Applies to