DependencyType Struct

Definition

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

DependencyType(String)

Initializes a new instance of DependencyType.

Properties

RequiredForMove

RequiredForMove.

RequiredForPrepare

RequiredForPrepare.

Methods

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

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.

Applies to