AutomationCredentialCollection.CreateOrUpdateAsync Method

Definition

Create a credential.

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

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.

credentialName
String

The parameters supplied to the create or update credential operation.

content
AutomationCredentialCreateOrUpdateContent

The parameters supplied to the create or update credential operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

credentialName or content is null.

Applies to