ServiceCertificateOperationsExtensions Class
Represents the extensions for service certificate management.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | BeginCreating(IServiceCertificateOperations, String, ServiceCertificateCreateParameters) | Initiates the addition of a service certificate to a cloud service. |
![]() ![]() | BeginCreatingAsync(IServiceCertificateOperations, String, ServiceCertificateCreateParameters) | Asynchronously initiates the addition of a service certificate to a cloud service. |
![]() ![]() | BeginDeleting(IServiceCertificateOperations, ServiceCertificateDeleteParameters) | Initiates the deletion a service certificate from the certificate store of a cloud service. |
![]() ![]() | BeginDeletingAsync(IServiceCertificateOperations, ServiceCertificateDeleteParameters) | Asynchronously initiates the deletion a service certificate from the certificate store of a cloud service. |
![]() ![]() | Create(IServiceCertificateOperations, String, ServiceCertificateCreateParameters) | Adds a service certificate to a cloud service. |
![]() ![]() | CreateAsync(IServiceCertificateOperations, String, ServiceCertificateCreateParameters) | Asynchronously adds a service certificate to a cloud service. |
![]() ![]() | Delete(IServiceCertificateOperations, ServiceCertificateDeleteParameters) | Deletes a service certificate from the certificate store of a cloud service. |
![]() ![]() | DeleteAsync(IServiceCertificateOperations, ServiceCertificateDeleteParameters) | Asynchronously deletes a service certificate from the certificate store of a cloud service. |
![]() ![]() | Get(IServiceCertificateOperations, ServiceCertificateGetParameters) | Retrieves information about the specified service certificate. |
![]() ![]() | GetAsync(IServiceCertificateOperations, ServiceCertificateGetParameters) | Asynchronously retrieves information about the specified service certificate. |
![]() ![]() | List(IServiceCertificateOperations, String) | Lists all of the service certificates that are associated with the specified cloud service. |
![]() ![]() | ListAsync(IServiceCertificateOperations, String) | Asynchronously lists all of the service certificates that are associated with the specified cloud service. |
For more information about managing certificates, see the following resources:
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

