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

SoftwareUpdateConfigurationRunsOperationsExtensions.ListByOsType 方法

定义

返回由具有给定名称的软件更新配置触发的软件更新配置运行的列表 http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

public static Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRunListResult ListByOsType (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationRunsOperations operations, string resourceGroupName, string automationAccountName, string osType, string clientRequestId = default, string skip = default, string top = default);
static member ListByOsType : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationRunsOperations * string * string * string * string * string * string -> Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRunListResult
<Extension()>
Public Function ListByOsType (operations As ISoftwareUpdateConfigurationRunsOperations, resourceGroupName As String, automationAccountName As String, osType As String, Optional clientRequestId As String = Nothing, Optional skip As String = Nothing, Optional top As String = Nothing) As SoftwareUpdateConfigurationRunListResult

参数

operations
ISoftwareUpdateConfigurationRunsOperations

此扩展方法的操作组。

resourceGroupName
String
automationAccountName
String
osType
String

操作系统类型

clientRequestId
String
skip
String

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

top
String

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

返回

适用于