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

ImdsAttestation Struct

Definition

IMDS attestation status of the cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ImdsAttestationTypeConverter))]
public struct ImdsAttestation : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ImdsAttestation>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ImdsAttestationTypeConverter))>]
type ImdsAttestation = struct
    interface IArgumentCompleter
Public Structure ImdsAttestation
Implements IArgumentCompleter, IEquatable(Of ImdsAttestation)
Inheritance
ImdsAttestation
Attributes
Implements

Fields

Disabled
Enabled

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ImdsAttestation)

Compares values of enum type ImdsAttestation

Equals(Object)

Compares values of enum type ImdsAttestation (override for Object)

GetHashCode()

Returns hashCode for enum ImdsAttestation

ToString()

Returns string representation for ImdsAttestation

Operators

Equality(ImdsAttestation, ImdsAttestation)

Overriding == operator for enum ImdsAttestation

Implicit(ImdsAttestation to String)

Implicit operator to convert ImdsAttestation to string

Implicit(String to ImdsAttestation)

Implicit operator to convert string to ImdsAttestation

Inequality(ImdsAttestation, ImdsAttestation)

Overriding != operator for enum ImdsAttestation

Applies to