Share via


AsyncCommitModeIntent Struct

Definition

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.

Applies to