CertificateOperationsExtensions.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update a certificate. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)
public static Microsoft.Azure.AzureOperationResponse Update (this Microsoft.WindowsAzure.Management.Automation.ICertificateOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.CertificateUpdateParameters parameters);
static member Update : Microsoft.WindowsAzure.Management.Automation.ICertificateOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.CertificateUpdateParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Update (operations As ICertificateOperations, automationAccount As String, parameters As CertificateUpdateParameters) As 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
Microsoft.Azure.AzureOperationResponse
A standard service response including an HTTP status code and request ID.