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