FttAndRaidLevel 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 FttAndRaidLevel.
public readonly struct FttAndRaidLevel : IEquatable<Azure.ResourceManager.Migration.Assessment.Models.FttAndRaidLevel>
type FttAndRaidLevel = struct
Public Structure FttAndRaidLevel
Implements IEquatable(Of FttAndRaidLevel)
- Inheritance
-
FttAndRaidLevel
- Implements
Constructors
| Name | Description |
|---|---|
| FttAndRaidLevel(String) |
Initializes a new instance of FttAndRaidLevel. |
Properties
| Name | Description |
|---|---|
| Ftt1Raid1 |
Ftt1Raid1. |
| Ftt1Raid5 |
Ftt1Raid5. |
| Ftt2Raid1 |
Ftt2Raid1. |
| Ftt2Raid6 |
Ftt2Raid6. |
| Ftt3Raid1 |
Ftt3Raid1. |
| Unknown |
Unknown. |
Methods
| Name | Description |
|---|---|
| Equals(FttAndRaidLevel) |
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(FttAndRaidLevel, FttAndRaidLevel) |
Determines if two FttAndRaidLevel values are the same. |
| Implicit(String to FttAndRaidLevel) |
Converts a String to a FttAndRaidLevel. |
| Inequality(FttAndRaidLevel, FttAndRaidLevel) |
Determines if two FttAndRaidLevel values are not the same. |