IConnectionTypeOperations.GetAsync(String, String, CancellationToken) Method

Definition

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

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

Parameters

automationAccount
String

The automation account name.

connectionTypeName
String

The name of connectiontype.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response model for the get connection type operation.

Applies to