ConnectionTypeOperationsExtensions.ListByAutomationAccount Method

Definition

Retrieve a list of connection types. http://aka.ms/azureautomationsdk/connectiontypeoperations

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)

Parameters

operations
IConnectionTypeOperations

The operations group for this extension method.

resourceGroupName
String

Name of an Azure Resource group.

automationAccountName
String

The name of the automation account.

Returns

Applies to