共用方式為


ConnectionTypeOperationsExtensions.ListByAutomationAccount 方法

定義

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

參數

operations
IConnectionTypeOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountName
String

自動化帳戶的名稱。

傳回

適用於