EnablementMode 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.
Represents the enablement status of a feature or settings.
public readonly struct EnablementMode : IEquatable<Azure.ResourceManager.BillingBenefits.Models.EnablementMode>
type EnablementMode = struct
Public Structure EnablementMode
Implements IEquatable(Of EnablementMode)
- Inheritance
-
EnablementMode
- Implements
Constructors
| Name | Description |
|---|---|
| EnablementMode(String) |
Initializes a new instance of EnablementMode. |
Properties
| Name | Description |
|---|---|
| Disabled |
Gets the Disabled. |
| Enabled |
Gets the Enabled. |
| Unknown |
Gets the Unknown. |
Methods
| Name | Description |
|---|---|
| Equals(EnablementMode) |
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
| Name | Description |
|---|---|
| Equality(EnablementMode, EnablementMode) |
Determines if two EnablementMode values are the same. |
| Implicit(String to EnablementMode) |
Converts a string to a EnablementMode. |
| Implicit(String to Nullable<EnablementMode>) | |
| Inequality(EnablementMode, EnablementMode) |
Determines if two EnablementMode values are not the same. |