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