IConnectionTypeOperations::GetAsync Method (String^, String^, CancellationToken)

 

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

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Task<ConnectionTypeGetResponse^>^ GetAsync(
	String^ automationAccount,
	String^ connectionTypeName,
	CancellationToken cancellationToken
)

Parameters

automationAccount
Type: System::String^

The automation account name.

connectionTypeName
Type: System::String^

The name of connectiontype.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<ConnectionTypeGetResponse^>^

The response model for the get connection type operation.

Return to top
Show: