Freigeben über


ResourceState Struct

Definition

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
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

Applies to