Share via


IServiceCertificateOperations Members

Represents the interface for the operations that are used to manage service certificates in a subscription.

The following tables list the members exposed by the IServiceCertificateOperations type.

Public Methods

(see also Extension Methods)

  Name Description
BeginCreatingAsync Asynchronously initiates the addition of a service certificate to a cloud service.
BeginDeletingAsync Asynchronously initiates the deletion a service certificate from the certificate store of a cloud service.
CreateAsync Asynchronously adds a service certificate to a cloud service.
DeleteAsync Asynchronously deletes a service certificate from the certificate store of a cloud service.
GetAsync Asynchronously retrieves information about the specified service certificate.
ListAsync Asynchronously lists all of the service certificates that are associated with the specified cloud service.

Top

Extension Methods

  Name Description
BeginCreating  Initiates the addition of a service certificate to a cloud service. (Defined by ServiceCertificateOperationsExtensions.)
BeginCreatingAsync  Asynchronously initiates the addition of a service certificate to a cloud service. (Defined by ServiceCertificateOperationsExtensions.)
BeginDeleting  Initiates the deletion a service certificate from the certificate store of a cloud service. (Defined by ServiceCertificateOperationsExtensions.)
BeginDeletingAsync  Asynchronously initiates the deletion a service certificate from the certificate store of a cloud service. (Defined by ServiceCertificateOperationsExtensions.)
Create  Adds a service certificate to a cloud service. (Defined by ServiceCertificateOperationsExtensions.)
CreateAsync  Asynchronously adds a service certificate to a cloud service. (Defined by ServiceCertificateOperationsExtensions.)
Delete  Deletes a service certificate from the certificate store of a cloud service. (Defined by ServiceCertificateOperationsExtensions.)
DeleteAsync  Asynchronously deletes a service certificate from the certificate store of a cloud service. (Defined by ServiceCertificateOperationsExtensions.)
Get  Retrieves information about the specified service certificate. (Defined by ServiceCertificateOperationsExtensions.)
GetAsync  Asynchronously retrieves information about the specified service certificate. (Defined by ServiceCertificateOperationsExtensions.)
List  Lists all of the service certificates that are associated with the specified cloud service. (Defined by ServiceCertificateOperationsExtensions.)
ListAsync  Asynchronously lists all of the service certificates that are associated with the specified cloud service. (Defined by ServiceCertificateOperationsExtensions.)

Top

See Also

Reference

IServiceCertificateOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace