ComputeLimitFeatureState 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.
The allowed states for a compute limit feature.
public readonly struct ComputeLimitFeatureState : IEquatable<Azure.ResourceManager.ComputeLimit.Models.ComputeLimitFeatureState>
type ComputeLimitFeatureState = struct
Public Structure ComputeLimitFeatureState
Implements IEquatable(Of ComputeLimitFeatureState)
- Inheritance
-
ComputeLimitFeatureState
- Implements
Constructors
| Name | Description |
|---|---|
| ComputeLimitFeatureState(String) |
Initializes a new instance of ComputeLimitFeatureState. |
Properties
| Name | Description |
|---|---|
| Disabled |
The feature is disabled. |
| Enabled |
The feature is enabled. |
Methods
| Name | Description |
|---|---|
| Equals(ComputeLimitFeatureState) |
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(ComputeLimitFeatureState, ComputeLimitFeatureState) |
Determines if two ComputeLimitFeatureState values are the same. |
| Implicit(String to ComputeLimitFeatureState) |
Converts a string to a ComputeLimitFeatureState. |
| Implicit(String to Nullable<ComputeLimitFeatureState>) | |
| Inequality(ComputeLimitFeatureState, ComputeLimitFeatureState) |
Determines if two ComputeLimitFeatureState values are not the same. |