Share via


DependencyLevel Struct

Definition

The DependencyLevel.

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

Constructors

DependencyLevel(String)

Initializes a new instance of DependencyLevel.

Properties

Descendant

Descendant.

Direct

Direct.

Methods

Equals(DependencyLevel)

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

Determines if two DependencyLevel values are the same.

Implicit(String to DependencyLevel)

Converts a string to a DependencyLevel.

Inequality(DependencyLevel, DependencyLevel)

Determines if two DependencyLevel values are not the same.

Applies to