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