次の方法で共有


UnresolvedDependency コンストラクター

定義

オーバーロード

UnresolvedDependency()

UnresolvedDependency クラスの新しいインスタンスを初期化します。

UnresolvedDependency(Nullable<Int32>, String)

UnresolvedDependency クラスの新しいインスタンスを初期化します。

UnresolvedDependency()

UnresolvedDependency クラスの新しいインスタンスを初期化します。

public UnresolvedDependency ();
Public Sub New ()

適用対象

UnresolvedDependency(Nullable<Int32>, String)

UnresolvedDependency クラスの新しいインスタンスを初期化します。

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

パラメーター

count
Nullable<Int32>

カウントを取得または設定します。

id
String

依存関係の arm ID を取得または設定します。

適用対象