MigrationOption Struct

Definition

Supported types of migration request include Validate, Migrate and ValidateAndMigrate.

public readonly struct MigrationOption : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.MigrationOption>
type MigrationOption = struct
Public Structure MigrationOption
Implements IEquatable(Of MigrationOption)
Inheritance
MigrationOption
Implements

Constructors

MigrationOption(String)

Initializes a new instance of MigrationOption.

Properties

Migrate

Migrate.

Validate

Validate.

ValidateAndMigrate

ValidateAndMigrate.

Methods

Equals(MigrationOption)

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(MigrationOption, MigrationOption)

Determines if two MigrationOption values are the same.

Implicit(String to MigrationOption)

Converts a String to a MigrationOption.

Inequality(MigrationOption, MigrationOption)

Determines if two MigrationOption values are not the same.

Applies to