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