다음을 통해 공유


SourceControlOperationsExtensions.ListByAutomationAccount 메서드

정의

소스 컨트롤 목록을 검색합니다. http://aka.ms/azureautomationsdk/sourcecontroloperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.SourceControl> ListByAutomationAccount (this Microsoft.Azure.Management.Automation.ISourceControlOperations operations, string resourceGroupName, string automationAccountName, string filter = default);
static member ListByAutomationAccount : Microsoft.Azure.Management.Automation.ISourceControlOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.SourceControl>
<Extension()>
Public Function ListByAutomationAccount (operations As ISourceControlOperations, resourceGroupName As String, automationAccountName As String, Optional filter As String = Nothing) As IPage(Of SourceControl)

매개 변수

operations
ISourceControlOperations

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

resourceGroupName
String

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

automationAccountName
String

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

filter
String

작업에 적용할 필터입니다.

반환

적용 대상