DependencyType 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.
Defines the dependency type.
public readonly struct DependencyType : IEquatable<Azure.ResourceManager.Migrate.Models.DependencyType>
type DependencyType = struct
Public Structure DependencyType
Implements IEquatable(Of DependencyType)
- Inheritance
-
DependencyType
- Implements
Constructors
| Name | Description |
|---|---|
| DependencyType(String) |
Initializes a new instance of DependencyType. |
Properties
| Name | Description |
|---|---|
| RequiredForMove |
RequiredForMove. |
| RequiredForPrepare |
RequiredForPrepare. |
Methods
| Name | Description |
|---|---|
| Equals(DependencyType) |
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(DependencyType, DependencyType) |
Determines if two DependencyType values are the same. |
| Implicit(String to DependencyType) |
Converts a string to a DependencyType. |
| Inequality(DependencyType, DependencyType) |
Determines if two DependencyType values are not the same. |