AssessmentDiskType 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 AssessmentDiskType.
public readonly struct AssessmentDiskType : IEquatable<Azure.ResourceManager.Migration.Assessment.Models.AssessmentDiskType>
type AssessmentDiskType = struct
Public Structure AssessmentDiskType
Implements IEquatable(Of AssessmentDiskType)
- Inheritance
-
AssessmentDiskType
- Implements
Constructors
AssessmentDiskType(String) |
Initializes a new instance of AssessmentDiskType. |
Properties
Premium |
Premium. |
PremiumV2 |
PremiumV2. |
Standard |
Standard. |
StandardOrPremium |
StandardOrPremium. |
StandardSsd |
StandardSSD. |
Ultra |
Ultra. |
Unknown |
Unknown. |
Methods
Equals(AssessmentDiskType) |
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(AssessmentDiskType, AssessmentDiskType) |
Determines if two AssessmentDiskType values are the same. |
Implicit(String to AssessmentDiskType) |
Converts a String to a AssessmentDiskType. |
Inequality(AssessmentDiskType, AssessmentDiskType) |
Determines if two AssessmentDiskType values are not the same. |