IServiceCertificateOperations Interface

 

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

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

public interface class IServiceCertificateOperations

NameDescription
System_CAPS_pubmethodBeginCreatingAsync(String^, ServiceCertificateCreateParameters^, CancellationToken)

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

System_CAPS_pubmethodBeginDeletingAsync(ServiceCertificateDeleteParameters^, CancellationToken)

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

System_CAPS_pubmethodCreateAsync(String^, ServiceCertificateCreateParameters^, CancellationToken)

Asynchronously adds a service certificate to a cloud service.

System_CAPS_pubmethodDeleteAsync(ServiceCertificateDeleteParameters^, CancellationToken)

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

System_CAPS_pubmethodGetAsync(ServiceCertificateGetParameters^, CancellationToken)

Asynchronously retrieves information about the specified service certificate.

System_CAPS_pubmethodListAsync(String^, CancellationToken)

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

NameDescription
System_CAPS_pubmethodBeginCreating(String^, ServiceCertificateCreateParameters^)

Initiates the addition of a service certificate to a cloud service.(Defined by ServiceCertificateOperationsExtensions.)

System_CAPS_pubmethodBeginCreatingAsync(String^, ServiceCertificateCreateParameters^)

Asynchronously initiates the addition of a service certificate to a cloud service.(Defined by ServiceCertificateOperationsExtensions.)

System_CAPS_pubmethodBeginDeleting(ServiceCertificateDeleteParameters^)

Initiates the deletion a service certificate from the certificate store of a cloud service.(Defined by ServiceCertificateOperationsExtensions.)

System_CAPS_pubmethodBeginDeletingAsync(ServiceCertificateDeleteParameters^)

Asynchronously initiates the deletion a service certificate from the certificate store of a cloud service.(Defined by ServiceCertificateOperationsExtensions.)

System_CAPS_pubmethodCreate(String^, ServiceCertificateCreateParameters^)

Adds a service certificate to a cloud service.(Defined by ServiceCertificateOperationsExtensions.)

System_CAPS_pubmethodCreateAsync(String^, ServiceCertificateCreateParameters^)

Asynchronously adds a service certificate to a cloud service.(Defined by ServiceCertificateOperationsExtensions.)

System_CAPS_pubmethodDelete(ServiceCertificateDeleteParameters^)

Deletes a service certificate from the certificate store of a cloud service.(Defined by ServiceCertificateOperationsExtensions.)

System_CAPS_pubmethodDeleteAsync(ServiceCertificateDeleteParameters^)

Asynchronously deletes a service certificate from the certificate store of a cloud service.(Defined by ServiceCertificateOperationsExtensions.)

System_CAPS_pubmethodGet(ServiceCertificateGetParameters^)

Retrieves information about the specified service certificate.(Defined by ServiceCertificateOperationsExtensions.)

System_CAPS_pubmethodGetAsync(ServiceCertificateGetParameters^)

Asynchronously retrieves information about the specified service certificate.(Defined by ServiceCertificateOperationsExtensions.)

System_CAPS_pubmethodList(String^)

Lists all of the service certificates that are associated with the specified cloud service.(Defined by ServiceCertificateOperationsExtensions.)

System_CAPS_pubmethodListAsync(String^)

Asynchronously lists all of the service certificates that are associated with the specified cloud service.(Defined by ServiceCertificateOperationsExtensions.)

For more information about managing certificates, see the following resources:

Return to top
Show: