Share via


ConnectionTypeOperationsExtensions.Create Method (IConnectionTypeOperations, String, ConnectionTypeCreateParameters)

 

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

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

public static ConnectionTypeCreateResponse Create(
    this IConnectionTypeOperations operations,
    string automationAccount,
    ConnectionTypeCreateParameters parameters
)
public:
[ExtensionAttribute]
static ConnectionTypeCreateResponse^ Create(
    IConnectionTypeOperations^ operations,
    String^ automationAccount,
    ConnectionTypeCreateParameters^ parameters
)
static member Create : 
        operations:IConnectionTypeOperations *
        automationAccount:string *
        parameters:ConnectionTypeCreateParameters -> ConnectionTypeCreateResponse
<ExtensionAttribute>
Public Shared Function Create (
    operations As IConnectionTypeOperations,
    automationAccount As String,
    parameters As ConnectionTypeCreateParameters
) As ConnectionTypeCreateResponse

Parameters

  • automationAccount
    Type: System.String

    Required. The automation account name.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateResponse

The response model for the create connection type operation.

See Also

ConnectionTypeOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top