Freigeben über


BatchSecurityType Struct

Definition

Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings.

public readonly struct BatchSecurityType : IEquatable<Azure.ResourceManager.Batch.Models.BatchSecurityType>
type BatchSecurityType = struct
Public Structure BatchSecurityType
Implements IEquatable(Of BatchSecurityType)
Inheritance
BatchSecurityType
Implements

Constructors

BatchSecurityType(String)

Initializes a new instance of BatchSecurityType.

Properties

TrustedLaunch

trustedLaunch.

Methods

Equals(BatchSecurityType)

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(BatchSecurityType, BatchSecurityType)

Determines if two BatchSecurityType values are the same.

Implicit(String to BatchSecurityType)

Converts a string to a BatchSecurityType.

Inequality(BatchSecurityType, BatchSecurityType)

Determines if two BatchSecurityType values are not the same.

Applies to