CertificateOperationsExtensions.Create 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.
Create a certificate. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)
public static Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateResponse Create (this Microsoft.WindowsAzure.Management.Automation.ICertificateOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateParameters parameters);
static member Create : Microsoft.WindowsAzure.Management.Automation.ICertificateOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateParameters -> Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateResponse
<Extension()>
Public Function Create (operations As ICertificateOperations, automationAccount As String, parameters As CertificateCreateParameters) As CertificateCreateResponse
Parameters
- operations
- ICertificateOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
- automationAccount
- String
Required. The automation account name.
- parameters
- CertificateCreateParameters
Required. The parameters supplied to the create certificate operation.
Returns
The response model for the create certificate operation.