SiteRuntimeState 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.
Argument completer implementation for SiteRuntimeState.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteRuntimeStateTypeConverter))]
public struct SiteRuntimeState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SiteRuntimeState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.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 |