ManagementCertificateOperationsExtensions.CreateAsync Method (IManagementCertificateOperations, ManagementCertificateCreateParameters)

 

Asynchronously adds a management certificate to a subscription.

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

public static Task<AzureOperationResponse> CreateAsync(
	this IManagementCertificateOperations operations,
	ManagementCertificateCreateParameters parameters
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.IManagementCertificateOperations

The IManagementCertificateOperations object that specifies the operations.

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

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

Return Value

Type: System.Threading.Tasks.Task<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: