ConfigServerState 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.
State of the config server.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.ConfigServerStateTypeConverter))]
public struct ConfigServerState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.ConfigServerState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.ConfigServerStateTypeConverter))>]
type ConfigServerState = struct
interface IArgumentCompleter
Public Structure ConfigServerState
Implements IArgumentCompleter, IEquatable(Of ConfigServerState)
- Inheritance
-
ConfigServerState
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| Deleted | |
| Failed | |
| NotAvailable | |
| Succeeded | |
| Updating | |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(ConfigServerState) |
Compares values of enum type ConfigServerState |
| Equals(Object) |
Compares values of enum type ConfigServerState (override for Object) |
| GetHashCode() |
Returns hashCode for enum ConfigServerState |
| ToString() |
Returns string representation for ConfigServerState |
Operators
| Name | Description |
|---|---|
| Equality(ConfigServerState, ConfigServerState) |
Overriding == operator for enum ConfigServerState |
| Implicit(ConfigServerState to String) |
Implicit operator to convert ConfigServerState to string |
| Implicit(String to ConfigServerState) |
Implicit operator to convert string to ConfigServerState |
| Inequality(ConfigServerState, ConfigServerState) |
Overriding != operator for enum ConfigServerState |