Megosztás a következőn keresztül:


ReplicateMigrationState Struct

Definition

Wrapper for replicate reported migration states.

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

Constructors

ReplicateMigrationState(String)

Initializes a new instance of ReplicateMigrationState.

Properties

ActionRequired

ACTION_REQUIRED.

Complete

COMPLETE.

Failed

FAILED.

Pending

PENDING.

Undefined

UNDEFINED.

Validating

VALIDATING.

Methods

Equals(ReplicateMigrationState)

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

Determines if two ReplicateMigrationState values are the same.

Implicit(String to ReplicateMigrationState)

Converts a string to a ReplicateMigrationState.

Inequality(ReplicateMigrationState, ReplicateMigrationState)

Determines if two ReplicateMigrationState values are not the same.

Applies to