PostgreSqlMigrationStartDataMigration 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.
Indicates whether the data migration should start right away.
public readonly struct PostgreSqlMigrationStartDataMigration : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlMigrationStartDataMigration>
type PostgreSqlMigrationStartDataMigration = struct
Public Structure PostgreSqlMigrationStartDataMigration
Implements IEquatable(Of PostgreSqlMigrationStartDataMigration)
- Inheritance
-
PostgreSqlMigrationStartDataMigration
- Implements
Constructors
PostgreSqlMigrationStartDataMigration(String) |
Initializes a new instance of PostgreSqlMigrationStartDataMigration. |
Properties
False |
False. |
True |
True. |
Methods
Equals(PostgreSqlMigrationStartDataMigration) |
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(PostgreSqlMigrationStartDataMigration, PostgreSqlMigrationStartDataMigration) |
Determines if two PostgreSqlMigrationStartDataMigration values are the same. |
Implicit(String to PostgreSqlMigrationStartDataMigration) |
Converts a String to a PostgreSqlMigrationStartDataMigration. |
Inequality(PostgreSqlMigrationStartDataMigration, PostgreSqlMigrationStartDataMigration) |
Determines if two PostgreSqlMigrationStartDataMigration values are not the same. |
Applies to
Azure SDK for .NET