MoveResourceInputType 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.
Defines the move resource input type.
public readonly struct MoveResourceInputType : IEquatable<Azure.ResourceManager.Migrate.Models.MoveResourceInputType>
type MoveResourceInputType = struct
Public Structure MoveResourceInputType
Implements IEquatable(Of MoveResourceInputType)
- Inheritance
-
MoveResourceInputType
- Implements
Constructors
MoveResourceInputType(String) |
Initializes a new instance of MoveResourceInputType. |
Properties
MoveResourceId |
MoveResourceId. |
MoveResourceSourceId |
MoveResourceSourceId. |
Methods
Equals(MoveResourceInputType) |
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(MoveResourceInputType, MoveResourceInputType) |
Determines if two MoveResourceInputType values are the same. |
Implicit(String to MoveResourceInputType) |
Converts a string to a MoveResourceInputType. |
Inequality(MoveResourceInputType, MoveResourceInputType) |
Determines if two MoveResourceInputType values are not the same. |