ConfigServerState Struct

Definition

[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

Deleted
Failed
NotAvailable
Succeeded
Updating

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)
Equals(ConfigServerState)
Equals(Object)
GetHashCode()
ToString()

Operators

Equality(ConfigServerState, ConfigServerState)
Implicit(ConfigServerState to String)
Implicit(String to ConfigServerState)
Inequality(ConfigServerState, ConfigServerState)

Applies to