IConnectionOperations.GetAsync Method (String, String, CancellationToken)
Retrieve the connection identified by connection name. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Task<ConnectionGetResponse> GetAsync( string automationAccount, string connectionName, CancellationToken cancellationToken )
Parameters
- automationAccount
-
Type:
System.String
The automation account name.
- connectionName
-
Type:
System.String
The name of connection.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<ConnectionGetResponse>The response model for the get connection operation.
Show: