CertificateOperationsExtensions.UpdateAsync Method

Definition

Update a certificate. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> UpdateAsync (this Microsoft.WindowsAzure.Management.Automation.ICertificateOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.CertificateUpdateParameters parameters);
static member UpdateAsync : Microsoft.WindowsAzure.Management.Automation.ICertificateOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.CertificateUpdateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function UpdateAsync (operations As ICertificateOperations, automationAccount As String, parameters As CertificateUpdateParameters) As Task(Of AzureOperationResponse)

Parameters

operations
ICertificateOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.

automationAccount
String

Required. The automation account name.

parameters
CertificateUpdateParameters

Required. The parameters supplied to the update certificate operation.

Returns

Task<Microsoft.Azure.AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

Applies to