PrimingJobState 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 state of the priming operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.PrimingJobStateTypeConverter))]
public struct PrimingJobState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.PrimingJobState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.PrimingJobStateTypeConverter))>]
type PrimingJobState = struct
interface IArgumentCompleter
Public Structure PrimingJobState
Implements IArgumentCompleter, IEquatable(Of PrimingJobState)
- Inheritance
-
PrimingJobState
- Attributes
- Implements
Fields
Complete | |
Paused | |
Queued | |
Running |
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 PrimingJobState (override for Object) |
Equals(PrimingJobState) |
Compares values of enum type PrimingJobState |
GetHashCode() |
Returns hashCode for enum PrimingJobState |
ToString() |
Returns string representation for PrimingJobState |
Operators
Equality(PrimingJobState, PrimingJobState) |
Overriding == operator for enum PrimingJobState |
Implicit(PrimingJobState to String) |
Implicit operator to convert PrimingJobState to string |
Implicit(String to PrimingJobState) |
Implicit operator to convert string to PrimingJobState |
Inequality(PrimingJobState, PrimingJobState) |
Overriding != operator for enum PrimingJobState |