Delen via


AutomationAccountOperationsExtensions.List Methode

Definitie

Overloads

List(IAutomationAccountOperations)

Hiermee worden de Automation-accounts binnen een Azure-abonnement weergegeven.

List(IAutomationAccountOperations, String)

List(IAutomationAccountOperations)

Hiermee worden de Automation-accounts binnen een Azure-abonnement weergegeven.

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

De bewerkingsgroep voor deze extensiemethode.

Retouren

Opmerkingen

Een lijst met accounts binnen een bepaald abonnement ophalen.

Van toepassing op

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

resourceGroupName
String

Retouren

Van toepassing op