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

UpdatesOperationsExtensions.ListAsync 方法

定义

获取资源汇报

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Maintenance.Models.Update>> ListAsync (this Microsoft.Azure.Management.Maintenance.IUpdatesOperations operations, string resourceGroupName, string providerName, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Maintenance.IUpdatesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Maintenance.Models.Update>>
<Extension()>
Public Function ListAsync (operations As IUpdatesOperations, resourceGroupName As String, providerName As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of Update))

参数

operations
IUpdatesOperations

此扩展方法的操作组。

resourceGroupName
String

资源组名称

providerName
String

资源提供程序名称

resourceType
String

资源类型

resourceName
String

资源标识符

cancellationToken
CancellationToken

取消标记。

返回

注解

获取资源更新。

适用于