AttestationServiceStatus 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.
Status of attestation service.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatusTypeConverter))]
public struct AttestationServiceStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Support.AttestationServiceStatusTypeConverter))>]
type AttestationServiceStatus = struct
interface IArgumentCompleter
Public Structure AttestationServiceStatus
Implements IArgumentCompleter, IEquatable(Of AttestationServiceStatus)
- Inheritance
-
AttestationServiceStatus
- Attributes
- Implements
Fields
Error | |
NotReady | |
Ready |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(AttestationServiceStatus) |
Compares values of enum type AttestationServiceStatus |
Equals(Object) |
Compares values of enum type AttestationServiceStatus (override for Object) |
GetHashCode() |
Returns hashCode for enum AttestationServiceStatus |
ToString() |
Returns string representation for AttestationServiceStatus |
Operators
Equality(AttestationServiceStatus, AttestationServiceStatus) |
Overriding == operator for enum AttestationServiceStatus |
Implicit(AttestationServiceStatus to String) |
Implicit operator to convert AttestationServiceStatus to string |
Implicit(String to AttestationServiceStatus) |
Implicit operator to convert string to AttestationServiceStatus |
Inequality(AttestationServiceStatus, AttestationServiceStatus) |
Overriding != operator for enum AttestationServiceStatus |