Certificates Interface
Implements
public interface Certificates
extends com.microsoft.azure.arm.collection.SupportsCreating<Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.CertificatesInner>
Type representing Certificates.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract rx.Completable |
deleteAsync(String resourceGroupName, String serviceName, String certificateId, String ifMatch)
Deletes specific certificate. |
|
abstract
rx.Observable<Certificate |
getAsync(String resourceGroupName, String serviceName, String certificateId)
Gets the details of the certificate specified by its identifier. |
| abstract rx.Completable |
getEntityTagAsync(String resourceGroupName, String serviceName, String certificateId)
Gets the entity state (Etag) version of the certificate specified by its identifier. |
|
abstract
rx.Observable<Certificate |
listByServiceAsync(String resourceGroupName, String serviceName)
Lists a collection of all certificates in the specified service instance. |
Method Details
deleteAsync
public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String certificateId, String ifMatch)
Deletes specific certificate.
Parameters:
Returns:
getAsync
public abstract Observable<CertificateContract> getAsync(String resourceGroupName, String serviceName, String certificateId)
Gets the details of the certificate specified by its identifier.
Parameters:
Returns:
getEntityTagAsync
public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName, String certificateId)
Gets the entity state (Etag) version of the certificate specified by its identifier.
Parameters:
Returns:
listByServiceAsync
public abstract Observable<CertificateContract> listByServiceAsync(String resourceGroupName, String serviceName)
Lists a collection of all certificates in the specified service instance.
Parameters:
Returns: