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