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