EnvironmentTypeEnableStatus 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.
Indicates whether the environment type is either enabled or disabled.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.EnvironmentTypeEnableStatusTypeConverter))]
public struct EnvironmentTypeEnableStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.EnvironmentTypeEnableStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.EnvironmentTypeEnableStatusTypeConverter))>]
type EnvironmentTypeEnableStatus = struct
interface IArgumentCompleter
Public Structure EnvironmentTypeEnableStatus
Implements IArgumentCompleter, IEquatable(Of EnvironmentTypeEnableStatus)
- Inheritance
-
EnvironmentTypeEnableStatus
- Attributes
- Implements
Fields
Disabled | |
Enabled |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(EnvironmentTypeEnableStatus) |
Compares values of enum type EnvironmentTypeEnableStatus |
Equals(Object) |
Compares values of enum type EnvironmentTypeEnableStatus (override for Object) |
GetHashCode() |
Returns hashCode for enum EnvironmentTypeEnableStatus |
ToString() |
Returns string representation for EnvironmentTypeEnableStatus |
Operators
Equality(EnvironmentTypeEnableStatus, EnvironmentTypeEnableStatus) |
Overriding == operator for enum EnvironmentTypeEnableStatus |
Implicit(EnvironmentTypeEnableStatus to String) |
Implicit operator to convert EnvironmentTypeEnableStatus to string |
Implicit(String to EnvironmentTypeEnableStatus) |
Implicit operator to convert string to EnvironmentTypeEnableStatus |
Inequality(EnvironmentTypeEnableStatus, EnvironmentTypeEnableStatus) |
Overriding != operator for enum EnvironmentTypeEnableStatus |