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

SoftwareUpdateConfigurationsOperationsExtensions.ListByAzureVirtualMachineAsync 方法

定义

针对给定虚拟机的软件更新配置的返回列表 http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationListResult> ListByAzureVirtualMachineAsync (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationsOperations operations, string resourceGroupName, string automationAccountName, string virtualMachineId, string clientRequestId = default, string skip = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByAzureVirtualMachineAsync : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationsOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationListResult>
<Extension()>
Public Function ListByAzureVirtualMachineAsync (operations As ISoftwareUpdateConfigurationsOperations, resourceGroupName As String, automationAccountName As String, virtualMachineId As String, Optional clientRequestId As String = Nothing, Optional skip As String = Nothing, Optional top As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SoftwareUpdateConfigurationListResult)

参数

operations
ISoftwareUpdateConfigurationsOperations

此扩展方法的操作组。

resourceGroupName
String
automationAccountName
String
virtualMachineId
String

虚拟机的 Azure 资源管理器 ID

clientRequestId
String
skip
String

返回结果之前跳过的条目数

top
String

结果集合中返回的最大条目数

cancellationToken
CancellationToken

取消标记。

返回

适用于