ISupportsGettingByParent<T,ParentT,ManagerT>.GetByParent メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetByParent(ParentT, String) |
リソース ID に基づいて、Azure からリソースに関する情報を取得します。 |
GetByParent(String, String, String) |
リソース ID に基づいて、Azure からリソースに関する情報を取得します。 |
GetByParent(ParentT, String)
リソース ID に基づいて、Azure からリソースに関する情報を取得します。
public T GetByParent (ParentT parentResource, string name);
abstract member GetByParent : 'ParentT * string -> 'T
Public Function GetByParent (parentResource As ParentT, name As String) As T
パラメーター
- parentResource
- ParentT
親リソースのインスタンス。
- name
- String
リソースの名前。
戻り値
T
適用対象
GetByParent(String, String, String)
リソース ID に基づいて、Azure からリソースに関する情報を取得します。
public T GetByParent (string resourceGroup, string parentName, string name);
abstract member GetByParent : string * string * string -> 'T
Public Function GetByParent (resourceGroup As String, parentName As String, name As String) As T
パラメーター
- resourceGroup
- String
リソース グループの名前。
- parentName
- String
親リソースの名前。
- name
- String
リソースの名前。
戻り値
T
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET