다음을 통해 공유


ConnectionOperationsExtensions.ListByAutomationAccount 메서드

정의

연결 목록을 검색합니다. 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)

매개 변수

operations
IConnectionOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

Azure 리소스 그룹의 이름입니다.

automationAccountName
String

자동화 계정의 이름입니다.

반환

적용 대상