你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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