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)

Syntax

public interface IServiceCertificateOperations
public interface class IServiceCertificateOperations
type IServiceCertificateOperations = interface end
Public Interface IServiceCertificateOperations

Methods

Name Description
System_CAPS_pubmethod BeginCreatingAsync(String, ServiceCertificateCreateParameters, CancellationToken)

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

System_CAPS_pubmethod BeginDeletingAsync(ServiceCertificateDeleteParameters, CancellationToken)

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

System_CAPS_pubmethod CreateAsync(String, ServiceCertificateCreateParameters, CancellationToken)

Asynchronously adds a service certificate to a cloud service.

System_CAPS_pubmethod DeleteAsync(ServiceCertificateDeleteParameters, CancellationToken)

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

System_CAPS_pubmethod GetAsync(ServiceCertificateGetParameters, CancellationToken)

Asynchronously retrieves information about the specified service certificate.

System_CAPS_pubmethod ListAsync(String, CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod BeginCreating(String, ServiceCertificateCreateParameters)

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

System_CAPS_pubmethod BeginCreatingAsync(String, ServiceCertificateCreateParameters)

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

System_CAPS_pubmethod BeginDeleting(ServiceCertificateDeleteParameters)

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

System_CAPS_pubmethod BeginDeletingAsync(ServiceCertificateDeleteParameters)

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

System_CAPS_pubmethod Create(String, ServiceCertificateCreateParameters)

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

System_CAPS_pubmethod CreateAsync(String, ServiceCertificateCreateParameters)

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

System_CAPS_pubmethod Delete(ServiceCertificateDeleteParameters)

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

System_CAPS_pubmethod DeleteAsync(ServiceCertificateDeleteParameters)

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

System_CAPS_pubmethod Get(ServiceCertificateGetParameters)

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

System_CAPS_pubmethod GetAsync(ServiceCertificateGetParameters)

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

System_CAPS_pubmethod List(String)

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

System_CAPS_pubmethod ListAsync(String)

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

Remarks

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

See Also

Microsoft.WindowsAzure.Management.Compute Namespace

Return to top