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
operations
Type: Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperationsReference to the Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.
automationAccount
Type: System.StringRequired. The automation account name.
parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeCreateParametersRequired. The parameters supplied to the create connectiontype operation.
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