Udostępnij za pośrednictwem


ServiceCertificateOperationsExtensions Class

Definition

The Service Management API provides programmatic access to much of the functionality available through the Management Portal. The Service Management API is a REST API. All API operations are performed over SSL, and are mutually authenticated using X.509 v3 certificates. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for more information)

public static class ServiceCertificateOperationsExtensions
type ServiceCertificateOperationsExtensions = class
Public Module ServiceCertificateOperationsExtensions
Inheritance
ServiceCertificateOperationsExtensions

Methods

BeginCreating(IServiceCertificateOperations, String, ServiceCertificateCreateParameters)

The Begin Creating Service Certificate operation adds a certificate to a hosted service. This operation is an asynchronous operation. To determine whether the management service has finished processing the request, call Get Operation Status. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460817.aspx for more information)

BeginCreatingAsync(IServiceCertificateOperations, String, ServiceCertificateCreateParameters)

The Begin Creating Service Certificate operation adds a certificate to a hosted service. This operation is an asynchronous operation. To determine whether the management service has finished processing the request, call Get Operation Status. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460817.aspx for more information)

BeginDeleting(IServiceCertificateOperations, ServiceCertificateDeleteParameters)

The Begin Deleting Service Certificate operation deletes a service certificate from the certificate store of a hosted service. This operation is an asynchronous operation. To determine whether the management service has finished processing the request, call Get Operation Status. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460803.aspx for more information)

BeginDeletingAsync(IServiceCertificateOperations, ServiceCertificateDeleteParameters)

The Begin Deleting Service Certificate operation deletes a service certificate from the certificate store of a hosted service. This operation is an asynchronous operation. To determine whether the management service has finished processing the request, call Get Operation Status. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460803.aspx for more information)

Create(IServiceCertificateOperations, String, ServiceCertificateCreateParameters)

The Create Service Certificate operation adds a certificate to a hosted service. This operation is an asynchronous operation. To determine whether the management service has finished processing the request, call Get Operation Status. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460817.aspx for more information)

CreateAsync(IServiceCertificateOperations, String, ServiceCertificateCreateParameters)

The Create Service Certificate operation adds a certificate to a hosted service. This operation is an asynchronous operation. To determine whether the management service has finished processing the request, call Get Operation Status. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460817.aspx for more information)

Delete(IServiceCertificateOperations, ServiceCertificateDeleteParameters)

The Delete Service Certificate operation deletes a service certificate from the certificate store of a hosted service. This operation is an asynchronous operation. To determine whether the management service has finished processing the request, call Get Operation Status. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460803.aspx for more information)

DeleteAsync(IServiceCertificateOperations, ServiceCertificateDeleteParameters)

The Delete Service Certificate operation deletes a service certificate from the certificate store of a hosted service. This operation is an asynchronous operation. To determine whether the management service has finished processing the request, call Get Operation Status. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460803.aspx for more information)

Get(IServiceCertificateOperations, ServiceCertificateGetParameters)

The Get Service Certificate operation returns the public data for the specified X.509 certificate associated with a hosted service. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460792.aspx for more information)

GetAsync(IServiceCertificateOperations, ServiceCertificateGetParameters)

The Get Service Certificate operation returns the public data for the specified X.509 certificate associated with a hosted service. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460792.aspx for more information)

List(IServiceCertificateOperations, String)

The List Service Certificates operation lists all of the service certificates associated with the specified hosted service. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154105.aspx for more information)

ListAsync(IServiceCertificateOperations, String)

The List Service Certificates operation lists all of the service certificates associated with the specified hosted service. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154105.aspx for more information)

Applies to