Dependency コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
依存関係リソース名。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET