Share via


AutomationCertificateCollection.CreateOrUpdateAsync Method

Definition

Create a certificate.

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

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.

certificateName
String

The parameters supplied to the create or update certificate operation.

content
AutomationCertificateCreateOrUpdateContent

The parameters supplied to the create or update certificate operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

certificateName or content is null.

Applies to