IConnectionTypeOperations.CreateAsync Method (String, ConnectionTypeCreateParameters, CancellationToken)

 

Create a connectiontype. (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<ConnectionTypeCreateResponse> CreateAsync(
	string automationAccount,
	ConnectionTypeCreateParameters parameters,
	CancellationToken cancellationToken
)

Parameters

automationAccount
Type: System.String

The automation account name.

parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateParameters

The parameters supplied to the create connectiontype operation.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task<ConnectionTypeCreateResponse>

The response model for the create connection type operation.

Return to top
Show: