你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SoftwareUpdateConfigurationRunsOperationsExtensions.List 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public static Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRunListResult List (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationRunsOperations operations, string resourceGroupName, string automationAccountName, string clientRequestId = default, string filter = default, string skip = default, string top = default);
static member List : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationRunsOperations * string * string * string * string * string * string -> Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRunListResult
<Extension()>
Public Function List (operations As ISoftwareUpdateConfigurationRunsOperations, resourceGroupName As String, automationAccountName As String, Optional clientRequestId As String = Nothing, Optional filter As String = Nothing, Optional skip As String = Nothing, Optional top As String = Nothing) As SoftwareUpdateConfigurationRunListResult
参数
- operations
- ISoftwareUpdateConfigurationRunsOperations
此扩展方法的操作组。
- resourceGroupName
- String
Azure 资源组的名称。
- automationAccountName
- String
自动化帐户的名称。
- clientRequestId
- String
标识此特定客户端请求。
- filter
- String
要应用于操作的筛选器。 可以使用以下筛选器:“properties/osType”、“properties/status”、“properties/startTime”和“properties/softwareUpdateConfiguration/name”
- skip
- String
返回结果之前跳过的条目数
- top
- String
结果集合中返回的最大条目数