DataMigrationProjectTargetPlatform 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.
Target platform of the project.
public readonly struct DataMigrationProjectTargetPlatform : IEquatable<Azure.ResourceManager.DataMigration.Models.DataMigrationProjectTargetPlatform>
type DataMigrationProjectTargetPlatform = struct
Public Structure DataMigrationProjectTargetPlatform
Implements IEquatable(Of DataMigrationProjectTargetPlatform)
- Inheritance
-
DataMigrationProjectTargetPlatform
- Implements
Constructors
| DataMigrationProjectTargetPlatform(String) |
Initializes a new instance of DataMigrationProjectTargetPlatform. |
Properties
| AzureDBForMySql |
AzureDbForMySql. |
| AzureDBForPostgreSql |
AzureDbForPostgreSql. |
| MongoDB |
MongoDb. |
| SqlDB |
SQLDB. |
| SqlMI |
SQLMI. |
| Unknown |
Unknown. |
Methods
| Equals(DataMigrationProjectTargetPlatform) |
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(DataMigrationProjectTargetPlatform, DataMigrationProjectTargetPlatform) |
Determines if two DataMigrationProjectTargetPlatform values are the same. |
| Implicit(String to DataMigrationProjectTargetPlatform) |
Converts a String to a DataMigrationProjectTargetPlatform. |
| Inequality(DataMigrationProjectTargetPlatform, DataMigrationProjectTargetPlatform) |
Determines if two DataMigrationProjectTargetPlatform values are not the same. |