Freigeben über


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

Name Description
DependencyLevel(String)

Initializes a new instance of DependencyLevel.

Properties

Name Description
Descendant

Descendant.

Direct

Direct.

Methods

Name Description
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

Name Description
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