你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ComputeFleetSecurityType 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 ComputeFleetSecurityType : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetSecurityType>
type ComputeFleetSecurityType = struct
Public 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.

Applies to