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.
public readonly struct EnvironmentTypeEnableStatus : IEquatable<Azure.ResourceManager.DevCenter.Models.EnvironmentTypeEnableStatus>
type EnvironmentTypeEnableStatus = struct
Public Structure EnvironmentTypeEnableStatus
Implements IEquatable(Of EnvironmentTypeEnableStatus)
- Inheritance
-
EnvironmentTypeEnableStatus
- Implements
Constructors
EnvironmentTypeEnableStatus(String) |
Initializes a new instance of EnvironmentTypeEnableStatus. |
Properties
IsDisabled |
Disabled. |
IsEnabled |
Enabled. |
Methods
Equals(EnvironmentTypeEnableStatus) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(EnvironmentTypeEnableStatus, EnvironmentTypeEnableStatus) |
Determines if two EnvironmentTypeEnableStatus values are the same. |
Implicit(String to EnvironmentTypeEnableStatus) |
Converts a string to a EnvironmentTypeEnableStatus. |
Inequality(EnvironmentTypeEnableStatus, EnvironmentTypeEnableStatus) |
Determines if two EnvironmentTypeEnableStatus values are not the same. |
Applies to
Azure SDK for .NET