IAutomationClient.UpdateCertificate 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.
public Microsoft.Azure.Commands.Automation.Model.CertificateInfo UpdateCertificate (string resourceGroupName, string automationAccountName, string name, string path, System.Security.SecureString password, string description, bool? exportable);
abstract member UpdateCertificate : string * string * string * string * System.Security.SecureString * string * Nullable<bool> -> Microsoft.Azure.Commands.Automation.Model.CertificateInfo
Public Function UpdateCertificate (resourceGroupName As String, automationAccountName As String, name As String, path As String, password As SecureString, description As String, exportable As Nullable(Of Boolean)) As CertificateInfo
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- name
- String
- path
- String
- password
- SecureString
- description
- String