IServiceCertificateOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Operations for managing service certificates for your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee795178.aspx for more information)
public interface IServiceCertificateOperations
type IServiceCertificateOperations = interface
Public Interface IServiceCertificateOperations
Methods
BeginCreatingAsync(String, ServiceCertificateCreateParameters, CancellationToken) |
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) |
BeginDeletingAsync(ServiceCertificateDeleteParameters, CancellationToken) |
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) |
CreateAsync(String, ServiceCertificateCreateParameters, CancellationToken) |
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) |
DeleteAsync(ServiceCertificateDeleteParameters, CancellationToken) |
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) |
GetAsync(ServiceCertificateGetParameters, CancellationToken) |
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) |
ListAsync(String, CancellationToken) |
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) |
Extension 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
Azure SDK for .NET