CertificateOperationsExtensions.CreateAsync 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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateResponse> CreateAsync (this Microsoft.WindowsAzure.Management.Automation.ICertificateOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateParameters parameters);
static member CreateAsync : Microsoft.WindowsAzure.Management.Automation.ICertificateOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateResponse>
<Extension()>
Public Function CreateAsync (operations As ICertificateOperations, automationAccount As String, parameters As CertificateCreateParameters) As Task(Of 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.
Applies to
Azure SDK for .NET