AutomationConnectionTypeCollection.CreateOrUpdateAsync Method

Definition

Create a connection type.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connectionTypes/{connectionTypeName}
  • Operation Id: ConnectionType_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.AutomationConnectionTypeResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string connectionTypeName, Azure.ResourceManager.Automation.Models.AutomationConnectionTypeCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Automation.Models.AutomationConnectionTypeCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.AutomationConnectionTypeResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Automation.Models.AutomationConnectionTypeCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.AutomationConnectionTypeResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, connectionTypeName As String, content As AutomationConnectionTypeCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of AutomationConnectionTypeResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

connectionTypeName
String

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

content
AutomationConnectionTypeCreateOrUpdateContent

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

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

connectionTypeName is an empty string, and was expected to be non-empty.

connectionTypeName or content is null.

Applies to