ConnectionTypeOperationsExtensions.Create Method (IConnectionTypeOperations, String, ConnectionTypeCreateParameters)
Create a connectiontype. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public static ConnectionTypeCreateResponse Create( this IConnectionTypeOperations operations, string automationAccount, ConnectionTypeCreateParameters parameters )
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: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateResponseThe response model for the create connection type operation.
Show: