AsyncCommitModeIntent 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.
The AsyncCommitModeIntent.
public readonly struct AsyncCommitModeIntent : IEquatable<Azure.ResourceManager.Migration.Assessment.Models.AsyncCommitModeIntent>
type AsyncCommitModeIntent = struct
Public Structure AsyncCommitModeIntent
Implements IEquatable(Of AsyncCommitModeIntent)
- Inheritance
-
AsyncCommitModeIntent
- Implements
Constructors
AsyncCommitModeIntent(String) |
Initializes a new instance of AsyncCommitModeIntent. |
Properties
DisasterRecovery |
DisasterRecovery. |
HighAvailability |
HighAvailability. |
None |
None. |
Methods
Equals(AsyncCommitModeIntent) |
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(AsyncCommitModeIntent, AsyncCommitModeIntent) |
Determines if two AsyncCommitModeIntent values are the same. |
Implicit(String to AsyncCommitModeIntent) |
Converts a String to a AsyncCommitModeIntent. |
Inequality(AsyncCommitModeIntent, AsyncCommitModeIntent) |
Determines if two AsyncCommitModeIntent values are not the same. |