你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AutomationAccountOperationsExtensions.List 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
List(IAutomationAccountOperations) |
列出 Azure 订阅中的自动化帐户。 |
List(IAutomationAccountOperations, String) |
List(IAutomationAccountOperations)
列出 Azure 订阅中的自动化帐户。
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.AutomationAccount> List (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations);
static member List : Microsoft.Azure.Management.Automation.IAutomationAccountOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.AutomationAccount>
<Extension()>
Public Function List (operations As IAutomationAccountOperations) As IPage(Of AutomationAccount)
参数
- operations
- IAutomationAccountOperations
此扩展方法的操作组。
返回
注解
检索给定订阅中的帐户列表。
适用于
List(IAutomationAccountOperations, String)
public static Microsoft.Azure.Management.Automation.Models.AutomationAccountListResponse List (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string resourceGroupName);
static member List : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string -> Microsoft.Azure.Management.Automation.Models.AutomationAccountListResponse
<Extension()>
Public Function List (operations As IAutomationAccountOperations, resourceGroupName As String) As AutomationAccountListResponse
参数
- operations
- IAutomationAccountOperations
- resourceGroupName
- String