SecurityType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET