Share via


SecurityTypes Struct

Definition

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

public readonly struct SecurityTypes : IEquatable<Azure.Compute.Batch.SecurityTypes>
type SecurityTypes = struct
Public Structure SecurityTypes
Implements IEquatable(Of SecurityTypes)
Inheritance
SecurityTypes
Implements

Constructors

SecurityTypes(String)

Initializes a new instance of SecurityTypes.

Properties

ConfidentialVM

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.

TrustedLaunch

Trusted launch protects against advanced and persistent attack techniques.

Methods

Equals(SecurityTypes)

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

Determines if two SecurityTypes values are the same.

Implicit(String to SecurityTypes)

Converts a String to a SecurityTypes.

Inequality(SecurityTypes, SecurityTypes)

Determines if two SecurityTypes values are not the same.

Applies to