Dela via


SiteRuntimeState Struct

Definition

Argument completer implementation for SiteRuntimeState.

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

Fields

Ready
Stopped
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 SiteRuntimeState (override for Object)

Equals(SiteRuntimeState)

Compares values of enum type SiteRuntimeState

GetHashCode()

Returns hashCode for enum SiteRuntimeState

ToString()

Returns string representation for SiteRuntimeState

Operators

Equality(SiteRuntimeState, SiteRuntimeState)

Overriding == operator for enum SiteRuntimeState

Implicit(SiteRuntimeState to String)

Implicit operator to convert SiteRuntimeState to string

Implicit(String to SiteRuntimeState)

Implicit operator to convert string to SiteRuntimeState

Inequality(SiteRuntimeState, SiteRuntimeState)

Overriding != operator for enum SiteRuntimeState

Applies to