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