ConnectionTypeOperationsExtensions.CreateAsync Method (IConnectionTypeOperations, String, ConnectionTypeCreateParameters)

 

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)

<ExtensionAttribute>
Public Shared Function CreateAsync (
	operations As IConnectionTypeOperations,
	automationAccount As String,
	parameters As ConnectionTypeCreateParameters
) As Task(Of ConnectionTypeCreateResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.

automationAccount
Type: System.String

Required. The automation account name.

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

Required. The parameters supplied to the create connectiontype operation.

Return Value

Type: System.Threading.Tasks.Task(Of ConnectionTypeCreateResponse)

The response model for the create connection type operation.

Return to top
Show: