SecurityType Struct

Definition

Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings. The default behavior is: UefiSettings will not be enabled unless this property is set.

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

Constructors

SecurityType(String)

Initializes a new instance of SecurityType.

Properties

ConfidentialVm

ConfidentialVM.

TrustedLaunch

TrustedLaunch.

Methods

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

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