Udostępnij przez


MoverDependencyLevel Struct

Definition

The MoverDependencyLevel.

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

Constructors

Name Description
MoverDependencyLevel(String)

Initializes a new instance of MoverDependencyLevel.

Properties

Name Description
Descendant

Descendant.

Direct

Direct.

Methods

Name Description
Equals(MoverDependencyLevel)

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(MoverDependencyLevel, MoverDependencyLevel)

Determines if two MoverDependencyLevel values are the same.

Implicit(String to MoverDependencyLevel)

Converts a String to a MoverDependencyLevel.

Inequality(MoverDependencyLevel, MoverDependencyLevel)

Determines if two MoverDependencyLevel values are not the same.

Applies to