IManagementCertificateOperations.CreateAsync Method (ManagementCertificateCreateParameters, CancellationToken)

 

Asynchronously adds a management certificate to a subscription.

Namespace:   Microsoft.WindowsAzure.Management
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Function CreateAsync (
	parameters As ManagementCertificateCreateParameters,
	cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

parameters
Type: Microsoft.WindowsAzure.Management.Models.ManagementCertificateCreateParameters

The ManagementCertificateCreateParameters object that contains the parameters that are used to add the certificate.

cancellationToken
Type: System.Threading.CancellationToken

The cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of AzureOperationResponse)

An OperationResponse object that includes an HTTP status code and request ID.

For more information about adding management certificates to a subscription, see the following resources:

Return to top
Show: