PurviewMergeStatus Struct

Definition

The status of the merge operation.

public readonly struct PurviewMergeStatus : IEquatable<Azure.ResourceManager.Purview.Models.PurviewMergeStatus>
type PurviewMergeStatus = struct
Public Structure PurviewMergeStatus
Implements IEquatable(Of PurviewMergeStatus)
Inheritance
PurviewMergeStatus
Implements

Constructors

Name Description
PurviewMergeStatus(String)

Initializes a new instance of PurviewMergeStatus.

Properties

Name Description
Failed

Failed.

InProgress

InProgress.

Succeeded

Succeeded.

Methods

Name Description
Equals(PurviewMergeStatus)

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

Name Description
Equality(PurviewMergeStatus, PurviewMergeStatus)

Determines if two PurviewMergeStatus values are the same.

Implicit(String to Nullable<PurviewMergeStatus>)
Implicit(String to PurviewMergeStatus)

Converts a string to a PurviewMergeStatus.

Inequality(PurviewMergeStatus, PurviewMergeStatus)

Determines if two PurviewMergeStatus values are not the same.

Applies to