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

UpdatesOperationsExtensions.ListParent 方法

定义

获取资源汇报

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Maintenance.Models.Update> ListParent (this Microsoft.Azure.Management.Maintenance.IUpdatesOperations operations, string resourceGroupName, string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName);
static member ListParent : Microsoft.Azure.Management.Maintenance.IUpdatesOperations * string * string * string * string * string * string -> seq<Microsoft.Azure.Management.Maintenance.Models.Update>
<Extension()>
Public Function ListParent (operations As IUpdatesOperations, resourceGroupName As String, providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String) As IEnumerable(Of Update)

参数

operations
IUpdatesOperations

此扩展方法的操作组。

resourceGroupName
String

资源组名称

providerName
String

资源提供程序名称

resourceParentType
String

资源父类型

resourceParentName
String

资源父标识符

resourceType
String

资源类型

resourceName
String

资源标识符

返回

注解

获取资源更新。

适用于