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

WarmStoragePropertiesState Struct

Definition

This string represents the state of warm storage properties usage. It can be "Ok", "Error", "Unknown".

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

Fields

Error
Ok
Unknown

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 WarmStoragePropertiesState (override for Object)

Equals(WarmStoragePropertiesState)

Compares values of enum type WarmStoragePropertiesState

GetHashCode()

Returns hashCode for enum WarmStoragePropertiesState

ToString()

Returns string representation for WarmStoragePropertiesState

Operators

Equality(WarmStoragePropertiesState, WarmStoragePropertiesState)

Overriding == operator for enum WarmStoragePropertiesState

Implicit(String to WarmStoragePropertiesState)

Implicit operator to convert string to WarmStoragePropertiesState

Implicit(WarmStoragePropertiesState to String)

Implicit operator to convert WarmStoragePropertiesState to string

Inequality(WarmStoragePropertiesState, WarmStoragePropertiesState)

Overriding != operator for enum WarmStoragePropertiesState

Applies to