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
System_CAPS_pubmethodSystem_CAPS_static BeginCreating(IServiceCertificateOperations, String, ServiceCertificateCreateParameters)

Initiates the addition of a service certificate to a cloud service.

System_CAPS_pubmethodSystem_CAPS_static BeginCreatingAsync(IServiceCertificateOperations, String, ServiceCertificateCreateParameters)

Asynchronously initiates the addition of a service certificate to a cloud service.

System_CAPS_pubmethodSystem_CAPS_static BeginDeleting(IServiceCertificateOperations, ServiceCertificateDeleteParameters)

Initiates the deletion a service certificate from the certificate store of a cloud service.

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingAsync(IServiceCertificateOperations, ServiceCertificateDeleteParameters)

Asynchronously initiates the deletion a service certificate from the certificate store of a cloud service.

System_CAPS_pubmethodSystem_CAPS_static Create(IServiceCertificateOperations, String, ServiceCertificateCreateParameters)

Adds a service certificate to a cloud service.

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IServiceCertificateOperations, String, ServiceCertificateCreateParameters)

Asynchronously adds a service certificate to a cloud service.

System_CAPS_pubmethodSystem_CAPS_static Delete(IServiceCertificateOperations, ServiceCertificateDeleteParameters)

Deletes a service certificate from the certificate store of a cloud service.

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IServiceCertificateOperations, ServiceCertificateDeleteParameters)

Asynchronously deletes a service certificate from the certificate store of a cloud service.

System_CAPS_pubmethodSystem_CAPS_static Get(IServiceCertificateOperations, ServiceCertificateGetParameters)

Retrieves information about the specified service certificate.

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IServiceCertificateOperations, ServiceCertificateGetParameters)

Asynchronously retrieves information about the specified service certificate.

System_CAPS_pubmethodSystem_CAPS_static List(IServiceCertificateOperations, String)

Lists all of the service certificates that are associated with the specified cloud service.

System_CAPS_pubmethodSystem_CAPS_static 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