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