Share via


ServiceCertificateOperationsExtensions Class

 

Represents the extensions for service certificate management.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.ServiceCertificateOperationsExtensions

Syntax

public static class ServiceCertificateOperationsExtensions
[ExtensionAttribute]
public ref class ServiceCertificateOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ServiceCertificateOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ServiceCertificateOperationsExtensions

Methods

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.

Remarks

For more information about managing certificates, 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.

See Also

Microsoft.WindowsAzure.Management.Compute Namespace

Return to top