Freigeben über


ConnectionOperationsExtensions.ListByAutomationAccount Methode

Definition

Ruft eine Liste von Verbindungen ab. http://aka.ms/azureautomationsdk/connectionoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Connection> ListByAutomationAccount (this Microsoft.Azure.Management.Automation.IConnectionOperations operations, string resourceGroupName, string automationAccountName);
static member ListByAutomationAccount : Microsoft.Azure.Management.Automation.IConnectionOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Connection>
<Extension()>
Public Function ListByAutomationAccount (operations As IConnectionOperations, resourceGroupName As String, automationAccountName As String) As IPage(Of Connection)

Parameter

operations
IConnectionOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

automationAccountName
String

Der Name des Automation-Kontos.

Gibt zurück

Gilt für: