IConnectionTypeOperations.CreateAsync Method

Definition

Create a connectiontype. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)

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

Parameters

automationAccount
String

The automation account name.

parameters
ConnectionTypeCreateParameters

The parameters supplied to the create connectiontype operation.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response model for the create connection type operation.

Applies to