ICertificateOperations.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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateResponse> CreateAsync(string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member CreateAsync : string * Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateResponse>
Public Function CreateAsync (automationAccount As String, parameters As CertificateCreateParameters, cancellationToken As CancellationToken) As Task(Of CertificateCreateResponse)
Parameters
- automationAccount
- String
The automation account name.
- parameters
- CertificateCreateParameters
The parameters supplied to the create certificate operation.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The response model for the create certificate operation.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.