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