DependencyLevel Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET