IConnectionOperations.GetAsync(String, String, CancellationToken) Method

Definition

Retrieve the connection identified by connection name. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ConnectionGetResponse> GetAsync (string automationAccount, string connectionName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ConnectionGetResponse>
Public Function GetAsync (automationAccount As String, connectionName As String, cancellationToken As CancellationToken) As Task(Of ConnectionGetResponse)

Parameters

automationAccount
String

The automation account name.

connectionName
String

The name of connection.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response model for the get connection operation.

Applies to