MigrationValidatioUpdateActionType 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.
Type of the actual difference for the compared object, while performing schema comparison.
public readonly struct MigrationValidatioUpdateActionType : IEquatable<Azure.ResourceManager.DataMigration.Models.MigrationValidatioUpdateActionType>
type MigrationValidatioUpdateActionType = struct
Public Structure MigrationValidatioUpdateActionType
Implements IEquatable(Of MigrationValidatioUpdateActionType)
- Inheritance
-
MigrationValidatioUpdateActionType
- Implements
Constructors
| Name | Description |
|---|---|
| MigrationValidatioUpdateActionType(String) |
Initializes a new instance of MigrationValidatioUpdateActionType. |
Properties
| Name | Description |
|---|---|
| AddedOnTarget |
AddedOnTarget. |
| ChangedOnTarget |
ChangedOnTarget. |
| DeletedOnTarget |
DeletedOnTarget. |
Methods
| Name | Description |
|---|---|
| Equals(MigrationValidatioUpdateActionType) |
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
| Name | Description |
|---|---|
| Equality(MigrationValidatioUpdateActionType, MigrationValidatioUpdateActionType) |
Determines if two MigrationValidatioUpdateActionType values are the same. |
| Implicit(String to MigrationValidatioUpdateActionType) |
Converts a String to a MigrationValidatioUpdateActionType. |
| Inequality(MigrationValidatioUpdateActionType, MigrationValidatioUpdateActionType) |
Determines if two MigrationValidatioUpdateActionType values are not the same. |