ManagementCertificateOperationsExtensions.Create Method

Adds a management certificate to a subscription.

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

Usage

'Usage
Dim operations As IManagementCertificateOperations
Dim parameters As ManagementCertificateCreateParameters
Dim returnValue As AzureOperationResponse

returnValue = ManagementCertificateOperationsExtensions.Create(operations, parameters)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function Create ( _
    operations As IManagementCertificateOperations, _
    parameters As ManagementCertificateCreateParameters _
) As AzureOperationResponse
[ExtensionAttribute] 
public static AzureOperationResponse Create (
    IManagementCertificateOperations operations,
    ManagementCertificateCreateParameters parameters
)
[ExtensionAttribute] 
public:
static AzureOperationResponse^ Create (
    IManagementCertificateOperations^ operations, 
    ManagementCertificateCreateParameters^ parameters
)
/** @attribute ExtensionAttribute() */ 
public static AzureOperationResponse Create (
    IManagementCertificateOperations operations, 
    ManagementCertificateCreateParameters parameters
)
ExtensionAttribute 
public static function Create (
    operations : IManagementCertificateOperations, 
    parameters : ManagementCertificateCreateParameters
) : AzureOperationResponse

Parameters

Return Value

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:

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

ManagementCertificateOperationsExtensions Class
ManagementCertificateOperationsExtensions Members
Microsoft.WindowsAzure.Management Namespace