IConnectionOperations.ListAsync Method (String, CancellationToken)
Retrieve a list of connections. (see https://aka.ms/azureautomationsdk/connectionoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
Task<ConnectionListResponse> ListAsync(
string automationAccount,
CancellationToken cancellationToken
)
Task<ConnectionListResponse^>^ ListAsync(
String^ automationAccount,
CancellationToken cancellationToken
)
abstract ListAsync :
automationAccount:string *
cancellationToken:CancellationToken -> Task<ConnectionListResponse>
Function ListAsync (
automationAccount As String,
cancellationToken As CancellationToken
) As Task(Of ConnectionListResponse)
Parameters
automationAccount
Type: System.StringThe automation account name.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<ConnectionListResponse>
The response model for the list connection operation.
See Also
IConnectionOperations Interface
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top