ConnectionTypeOperationsExtensions.Create Method

Definition

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

public static Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateResponse Create (this Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateParameters parameters);
static member Create : Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateParameters -> Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateResponse
<Extension()>
Public Function Create (operations As IConnectionTypeOperations, automationAccount As String, parameters As ConnectionTypeCreateParameters) As 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.

Applies to