ConnectionTypeOperationsExtensions.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET