ICertificateOperations.UpdateAsync Method (String, CertificateUpdateParameters, CancellationToken)
Update a certificate. (see https://aka.ms/azureautomationsdk/certificateoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
Task<AzureOperationResponse> UpdateAsync(
string automationAccount,
CertificateUpdateParameters parameters,
CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ UpdateAsync(
String^ automationAccount,
CertificateUpdateParameters^ parameters,
CancellationToken cancellationToken
)
abstract UpdateAsync :
automationAccount:string *
parameters:CertificateUpdateParameters *
cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function UpdateAsync (
automationAccount As String,
parameters As CertificateUpdateParameters,
cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)
Parameters
automationAccount
Type: System.StringThe automation account name.
parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.CertificateUpdateParametersThe parameters supplied to the update certificate operation.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<AzureOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
ICertificateOperations Interface
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top