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 | |
---|---|---|
BeginCreatingAsync(String, ServiceCertificateCreateParameters, CancellationToken) | Asynchronously initiates the addition of a service certificate to a cloud service. |
|
BeginDeletingAsync(ServiceCertificateDeleteParameters, CancellationToken) | Asynchronously initiates the deletion a service certificate from the certificate store of a cloud service. |
|
CreateAsync(String, ServiceCertificateCreateParameters, CancellationToken) | Asynchronously adds a service certificate to a cloud service. |
|
DeleteAsync(ServiceCertificateDeleteParameters, CancellationToken) | Asynchronously deletes a service certificate from the certificate store of a cloud service. |
|
GetAsync(ServiceCertificateGetParameters, CancellationToken) | Asynchronously retrieves information about the specified service certificate. |
|
ListAsync(String, CancellationToken) | Asynchronously lists all of the service certificates that are associated with the specified cloud service. |
Extension Methods
Name | Description | |
---|---|---|
BeginCreating(String, ServiceCertificateCreateParameters) | Initiates the addition of a service certificate to a cloud service.(Defined by ServiceCertificateOperationsExtensions.) |
|
BeginCreatingAsync(String, ServiceCertificateCreateParameters) | Asynchronously initiates the addition of a service certificate to a cloud service.(Defined by ServiceCertificateOperationsExtensions.) |
|
BeginDeleting(ServiceCertificateDeleteParameters) | Initiates the deletion a service certificate from the certificate store of a cloud service.(Defined by ServiceCertificateOperationsExtensions.) |
|
BeginDeletingAsync(ServiceCertificateDeleteParameters) | Asynchronously initiates the deletion a service certificate from the certificate store of a cloud service.(Defined by ServiceCertificateOperationsExtensions.) |
|
Create(String, ServiceCertificateCreateParameters) | Adds a service certificate to a cloud service.(Defined by ServiceCertificateOperationsExtensions.) |
|
CreateAsync(String, ServiceCertificateCreateParameters) | Asynchronously adds a service certificate to a cloud service.(Defined by ServiceCertificateOperationsExtensions.) |
|
Delete(ServiceCertificateDeleteParameters) | Deletes a service certificate from the certificate store of a cloud service.(Defined by ServiceCertificateOperationsExtensions.) |
|
DeleteAsync(ServiceCertificateDeleteParameters) | Asynchronously deletes a service certificate from the certificate store of a cloud service.(Defined by ServiceCertificateOperationsExtensions.) |
|
Get(ServiceCertificateGetParameters) | Retrieves information about the specified service certificate.(Defined by ServiceCertificateOperationsExtensions.) |
|
GetAsync(ServiceCertificateGetParameters) | Asynchronously retrieves information about the specified service certificate.(Defined by ServiceCertificateOperationsExtensions.) |
|
List(String) | Lists all of the service certificates that are associated with the specified cloud service.(Defined by ServiceCertificateOperationsExtensions.) |
|
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