ResourceState 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.
Current resource status
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ResourceStateTypeConverter))]
public struct ResourceState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ResourceState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ResourceStateTypeConverter))>]
type ResourceState = struct
interface IArgumentCompleter
Public Structure ResourceState
Implements IArgumentCompleter, IEquatable(Of ResourceState)
- Inheritance
-
ResourceState
- Attributes
- Implements
Fields
CreateFailed | |
Creating | |
DeleteFailed | |
Deleting | |
Disabled | |
DisableFailed | |
Disabling | |
EnableFailed | |
Enabling | |
Running | |
Scaling | |
ScalingFailed | |
UpdateFailed | |
Updating |
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 ResourceState (override for Object) |
Equals(ResourceState) |
Compares values of enum type ResourceState |
GetHashCode() |
Returns hashCode for enum ResourceState |
ToString() |
Returns string representation for ResourceState |
Operators
Equality(ResourceState, ResourceState) |
Overriding == operator for enum ResourceState |
Implicit(ResourceState to String) |
Implicit operator to convert ResourceState to string |
Implicit(String to ResourceState) |
Implicit operator to convert string to ResourceState |
Inequality(ResourceState, ResourceState) |
Overriding != operator for enum ResourceState |