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