Share via


IngressState Struct

Definition

This string represents the state of ingress operations on an environment. It can be "Disabled", "Ready", "Running", "Paused" or "Unknown"

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

Fields

Disabled
Paused
Ready
Running
Unknown

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(IngressState)

Compares values of enum type IngressState

Equals(Object)

Compares values of enum type IngressState (override for Object)

GetHashCode()

Returns hashCode for enum IngressState

ToString()

Returns string representation for IngressState

Operators

Equality(IngressState, IngressState)

Overriding == operator for enum IngressState

Implicit(IngressState to String)

Implicit operator to convert IngressState to string

Implicit(String to IngressState)

Implicit operator to convert string to IngressState

Inequality(IngressState, IngressState)

Overriding != operator for enum IngressState

Applies to