SecurityTypes 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. 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
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
Azure SDK for .NET