ImdsAttestation 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.
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 |