SecurityType Struct

Definition

Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.

public readonly struct SecurityType : IEquatable<Azure.ResourceManager.Hci.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