IConnectionTypeOperations.CreateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.