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)
Syntax
public static Task<AzureOperationResponse> CreateAsync(
this IManagementCertificateOperations operations,
ManagementCertificateCreateParameters parameters
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ CreateAsync(
IManagementCertificateOperations^ operations,
ManagementCertificateCreateParameters^ parameters
)
static member CreateAsync :
operations:IManagementCertificateOperations *
parameters:ManagementCertificateCreateParameters -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function CreateAsync (
operations As IManagementCertificateOperations,
parameters As ManagementCertificateCreateParameters
) As Task(Of AzureOperationResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.IManagementCertificateOperationsThe IManagementCertificateOperations object that specifies the operations.
parameters
Type: Microsoft.WindowsAzure.Management.Models.ManagementCertificateCreateParametersThe 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.
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