AutomationAccountOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
List(IAutomationAccountOperations) |
Lists the Automation Accounts within an Azure subscription. |
List(IAutomationAccountOperations, String) |
List(IAutomationAccountOperations)
Lists the Automation Accounts within an Azure subscription.
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)
Parameters
- operations
- IAutomationAccountOperations
The operations group for this extension method.
Returns
Remarks
Retrieve a list of accounts within a given subscription.
Applies to
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
Parameters
- operations
- IAutomationAccountOperations
- resourceGroupName
- String
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET