Share via


ManagementCertificateOperationsExtensions.Create Method (IManagementCertificateOperations, ManagementCertificateCreateParameters)

 

Adds a management certificate to a subscription.

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

Syntax

public static AzureOperationResponse Create(
    this IManagementCertificateOperations operations,
    ManagementCertificateCreateParameters parameters
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ Create(
    IManagementCertificateOperations^ operations,
    ManagementCertificateCreateParameters^ parameters
)
static member Create : 
        operations:IManagementCertificateOperations *
        parameters:ManagementCertificateCreateParameters -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function Create (
    operations As IManagementCertificateOperations,
    parameters As ManagementCertificateCreateParameters
) As AzureOperationResponse

Parameters

Return Value

Type: Microsoft.Azure.AzureOperationResponse

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

Remarks

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

See Also

ManagementCertificateOperationsExtensions Class
Microsoft.WindowsAzure.Management Namespace

Return to top