次の方法で共有


Dependency コンストラクター

定義

オーバーロード

Dependency()

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

Dependency(IList<BasicDependency>, String, String, String)

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

Dependency()

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

public Dependency ();
Public Sub New ()

適用対象

Dependency(IList<BasicDependency>, String, String, String)

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

public Dependency (System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.BasicDependency> dependsOn = default, string id = default, string resourceType = default, string resourceName = default);
new Microsoft.Azure.Management.ResourceManager.Models.Dependency : System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.BasicDependency> * string * string * string -> Microsoft.Azure.Management.ResourceManager.Models.Dependency
Public Sub New (Optional dependsOn As IList(Of BasicDependency) = Nothing, Optional id As String = Nothing, Optional resourceType As String = Nothing, Optional resourceName As String = Nothing)

パラメーター

dependsOn
IList<BasicDependency>

依存関係の一覧。

id
String

依存関係の ID。

resourceType
String

依存関係リソースの種類。

resourceName
String

依存関係リソース名。

適用対象