HostingEnvironmentStatus 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.
Current status of the App Service Environment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatusTypeConverter))]
public struct HostingEnvironmentStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.HostingEnvironmentStatusTypeConverter))>]
type HostingEnvironmentStatus = struct
interface IArgumentCompleter
Public Structure HostingEnvironmentStatus
Implements IArgumentCompleter, IEquatable(Of HostingEnvironmentStatus)
- Inheritance
-
HostingEnvironmentStatus
- Attributes
- Implements
Fields
Deleting | |
Preparing | |
Ready | |
Scaling |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(HostingEnvironmentStatus) |
Compares values of enum type HostingEnvironmentStatus |
Equals(Object) |
Compares values of enum type HostingEnvironmentStatus (override for Object) |
GetHashCode() |
Returns hashCode for enum HostingEnvironmentStatus |
ToString() |
Returns string representation for HostingEnvironmentStatus |
Operators
Equality(HostingEnvironmentStatus, HostingEnvironmentStatus) |
Overriding == operator for enum HostingEnvironmentStatus |
Implicit(HostingEnvironmentStatus to String) |
Implicit operator to convert HostingEnvironmentStatus to string |
Implicit(String to HostingEnvironmentStatus) |
Implicit operator to convert string to HostingEnvironmentStatus |
Inequality(HostingEnvironmentStatus, HostingEnvironmentStatus) |
Overriding != operator for enum HostingEnvironmentStatus |