ComputeFleetSecurityType 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. The default behavior is: UefiSettings will not be enabled unless this property is set.
public readonly struct ComputeFleetSecurityType : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetSecurityType>type ComputeFleetSecurityType = structPublic Structure ComputeFleetSecurityType
Implements IEquatable(Of ComputeFleetSecurityType)- Inheritance
- 
				ComputeFleetSecurityType
- Implements
Constructors
| ComputeFleetSecurityType(String) | Initializes a new instance of ComputeFleetSecurityType. | 
Properties
| ConfidentialVm | ConfidentialVM security type. | 
| TrustedLaunch | TrustedLaunch security type. | 
Methods
| Equals(ComputeFleetSecurityType) | 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(ComputeFleetSecurityType, ComputeFleetSecurityType) | Determines if two ComputeFleetSecurityType values are the same. | 
| Implicit(String to ComputeFleetSecurityType) | Converts a String to a ComputeFleetSecurityType. | 
| Inequality(ComputeFleetSecurityType, ComputeFleetSecurityType) | Determines if two ComputeFleetSecurityType values are not the same. |