AssessmentDiskSize 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 AssessmentDiskSize.
public readonly struct AssessmentDiskSize : IEquatable<Azure.ResourceManager.Migration.Assessment.Models.AssessmentDiskSize>
type AssessmentDiskSize = struct
Public Structure AssessmentDiskSize
Implements IEquatable(Of AssessmentDiskSize)
- Inheritance
-
AssessmentDiskSize
- Implements
Constructors
| Name | Description |
|---|---|
| AssessmentDiskSize(String) |
Initializes a new instance of AssessmentDiskSize. |
Properties
| Name | Description |
|---|---|
| PremiumP1 |
Premium_P1. |
| PremiumP10 |
Premium_P10. |
| PremiumP15 |
Premium_P15. |
| PremiumP2 |
Premium_P2. |
| PremiumP20 |
Premium_P20. |
| PremiumP3 |
Premium_P3. |
| PremiumP30 |
Premium_P30. |
| PremiumP4 |
Premium_P4. |
| PremiumP40 |
Premium_P40. |
| PremiumP50 |
Premium_P50. |
| PremiumP6 |
Premium_P6. |
| PremiumP60 |
Premium_P60. |
| PremiumP70 |
Premium_P70. |
| PremiumP80 |
Premium_P80. |
| PremiumV2 |
PremiumV2. |
| StandardS10 |
Standard_S10. |
| StandardS15 |
Standard_S15. |
| StandardS20 |
Standard_S20. |
| StandardS30 |
Standard_S30. |
| StandardS4 |
Standard_S4. |
| StandardS40 |
Standard_S40. |
| StandardS50 |
Standard_S50. |
| StandardS6 |
Standard_S6. |
| StandardS60 |
Standard_S60. |
| StandardS70 |
Standard_S70. |
| StandardS80 |
Standard_S80. |
| StandardSsdE1 |
StandardSSD_E1. |
| StandardSsdE10 |
StandardSSD_E10. |
| StandardSsdE15 |
StandardSSD_E15. |
| StandardSsdE2 |
StandardSSD_E2. |
| StandardSsdE20 |
StandardSSD_E20. |
| StandardSsdE3 |
StandardSSD_E3. |
| StandardSsdE30 |
StandardSSD_E30. |
| StandardSsdE4 |
StandardSSD_E4. |
| StandardSsdE40 |
StandardSSD_E40. |
| StandardSsdE50 |
StandardSSD_E50. |
| StandardSsdE6 |
StandardSSD_E6. |
| StandardSsdE60 |
StandardSSD_E60. |
| StandardSsdE70 |
StandardSSD_E70. |
| StandardSsdE80 |
StandardSSD_E80. |
| Ultra |
Ultra. |
| Unknown |
Unknown. |
Methods
| Name | Description |
|---|---|
| Equals(AssessmentDiskSize) |
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(AssessmentDiskSize, AssessmentDiskSize) |
Determines if two AssessmentDiskSize values are the same. |
| Implicit(String to AssessmentDiskSize) |
Converts a String to a AssessmentDiskSize. |
| Inequality(AssessmentDiskSize, AssessmentDiskSize) |
Determines if two AssessmentDiskSize values are not the same. |