你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Applies to