ConnectionTypeOperationsExtensions.ListByAutomationAccountNext 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> ListByAutomationAccountNext (this Microsoft.Azure.Management.Automation.IConnectionTypeOperations operations, string nextPageLink);
static member ListByAutomationAccountNext : Microsoft.Azure.Management.Automation.IConnectionTypeOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.ConnectionType>
<Extension()>
Public Function ListByAutomationAccountNext (operations As IConnectionTypeOperations, nextPageLink As String) As IPage(Of ConnectionType)

Parameters

operations
IConnectionTypeOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to