UpdateActionType 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 UpdateActionType : IEquatable<Azure.ResourceManager.DataMigration.Models.UpdateActionType>
type UpdateActionType = struct
Public Structure UpdateActionType
Implements IEquatable(Of UpdateActionType)
- Inheritance
-
UpdateActionType
- Implements
Constructors
UpdateActionType(String) |
Initializes a new instance of UpdateActionType. |
Properties
AddedOnTarget |
AddedOnTarget. |
ChangedOnTarget |
ChangedOnTarget. |
DeletedOnTarget |
DeletedOnTarget. |
Methods
Equals(UpdateActionType) |
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(UpdateActionType, UpdateActionType) |
Determines if two UpdateActionType values are the same. |
Implicit(String to UpdateActionType) |
Converts a string to a UpdateActionType. |
Inequality(UpdateActionType, UpdateActionType) |
Determines if two UpdateActionType values are not the same. |
Applies to
Azure SDK for .NET