ConnectionTypeOperationsExtensions.CreateOrUpdate Method

Definition

Overloads

CreateOrUpdate(IConnectionTypeOperations, String, String, ConnectionTypeCreateOrUpdateParameters)
CreateOrUpdate(IConnectionTypeOperations, String, String, String, ConnectionTypeCreateOrUpdateParameters)

Create a connection type. http://aka.ms/azureautomationsdk/connectiontypeoperations

CreateOrUpdate(IConnectionTypeOperations, String, String, ConnectionTypeCreateOrUpdateParameters)

public static Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateResponse CreateOrUpdate (this Microsoft.Azure.Management.Automation.IConnectionTypeOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IConnectionTypeOperations * string * string * Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateResponse
<Extension()>
Public Function CreateOrUpdate (operations As IConnectionTypeOperations, resourceGroupName As String, automationAccount As String, parameters As ConnectionTypeCreateOrUpdateParameters) As ConnectionTypeCreateOrUpdateResponse

Parameters

resourceGroupName
String
automationAccount
String

Returns

Applies to

CreateOrUpdate(IConnectionTypeOperations, String, String, String, ConnectionTypeCreateOrUpdateParameters)

public static Microsoft.Azure.Management.Automation.Models.ConnectionType CreateOrUpdate (this Microsoft.Azure.Management.Automation.IConnectionTypeOperations operations, string resourceGroupName, string automationAccountName, string connectionTypeName, Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IConnectionTypeOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.ConnectionTypeCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.ConnectionType
<Extension()>
Public Function CreateOrUpdate (operations As IConnectionTypeOperations, resourceGroupName As String, automationAccountName As String, connectionTypeName As String, parameters As ConnectionTypeCreateOrUpdateParameters) As ConnectionType

Parameters

operations
IConnectionTypeOperations

The operations group for this extension method.

resourceGroupName
String

Name of an Azure Resource group.

automationAccountName
String

The name of the automation account.

connectionTypeName
String

The parameters supplied to the create or update connection type operation.

parameters
ConnectionTypeCreateOrUpdateParameters

The parameters supplied to the create or update connection type operation.

Returns

Applies to