Share via


UnresolvedDependenciesFilterProperties Constructors

Definition

Overloads

UnresolvedDependenciesFilterProperties()

Initializes a new instance of the UnresolvedDependenciesFilterProperties class.

UnresolvedDependenciesFilterProperties(Nullable<Int32>)

Initializes a new instance of the UnresolvedDependenciesFilterProperties class.

UnresolvedDependenciesFilterProperties()

Initializes a new instance of the UnresolvedDependenciesFilterProperties class.

public UnresolvedDependenciesFilterProperties ();
Public Sub New ()

Applies to

UnresolvedDependenciesFilterProperties(Nullable<Int32>)

Initializes a new instance of the UnresolvedDependenciesFilterProperties class.

public UnresolvedDependenciesFilterProperties (int? count = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.UnresolvedDependenciesFilterProperties : Nullable<int> -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.UnresolvedDependenciesFilterProperties
Public Sub New (Optional count As Nullable(Of Integer) = Nothing)

Parameters

count
Nullable<Int32>

The count of the resource.

Applies to