EnvironmentTypeEnableStatus Struct

Definition

Indicates whether an environment type is enabled for use in a project.

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

Fields

Disabled

The environment type is not enabled for use in the project.

Enabled

The environment type is enabled for use in the project.

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

Applies to