ManagementCertificateOperationsExtensions.Create Method (IManagementCertificateOperations, ManagementCertificateCreateParameters)
Adds a management certificate to a subscription.
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
public static AzureOperationResponse Create( 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: Microsoft.Azure.AzureOperationResponseAn 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:
Show: