ConnectionTypeOperationsExtensions.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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateResponse> CreateAsync (this Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateParameters parameters);
static member CreateAsync : Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateResponse>
<Extension()>
Public Function CreateAsync (operations As IConnectionTypeOperations, automationAccount As String, parameters As ConnectionTypeCreateParameters) As Task(Of ConnectionTypeCreateResponse)
Parameters
- operations
- IConnectionTypeOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.
- automationAccount
- String
Required. The automation account name.
- parameters
- ConnectionTypeCreateParameters
Required. The parameters supplied to the create connectiontype operation.
Returns
The response model for the create connection type operation.