Share via


OperationalStateType Struct

Definition

Storage target operational state.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.OperationalStateTypeTypeConverter))]
public struct OperationalStateType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.OperationalStateType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.OperationalStateTypeTypeConverter))>]
type OperationalStateType = struct
    interface IArgumentCompleter
Public Structure OperationalStateType
Implements IArgumentCompleter, IEquatable(Of OperationalStateType)
Inheritance
OperationalStateType
Attributes
Implements

Fields

Busy
Flushing
Ready
Suspended

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type OperationalStateType (override for Object)

Equals(OperationalStateType)

Compares values of enum type OperationalStateType

GetHashCode()

Returns hashCode for enum OperationalStateType

ToString()

Returns string representation for OperationalStateType

Operators

Equality(OperationalStateType, OperationalStateType)

Overriding == operator for enum OperationalStateType

Implicit(OperationalStateType to String)

Implicit operator to convert OperationalStateType to string

Implicit(String to OperationalStateType)

Implicit operator to convert string to OperationalStateType

Inequality(OperationalStateType, OperationalStateType)

Overriding != operator for enum OperationalStateType

Applies to