LogCollectionStatus Struct

Definition

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

Applies to