CertificatesClient Interface
public interface CertificatesClient
An instance of this class provides access to all the operations defined in CertificatesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Create or update certificate resource.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Create or update certificate resource.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Create or update certificate resource.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete the certificate resource.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete the certificate resource.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Delete the certificate resource.
Parameters:
Returns:
createOrUpdate
public abstract CertificateResourceInner createOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource)
Create or update certificate resource.
Parameters:
Returns:
createOrUpdate
public abstract CertificateResourceInner createOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource, Context context)
Create or update certificate resource.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create or update certificate resource.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create or update certificate resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serviceName, String certificateName)
Delete the certificate resource.
Parameters:
delete
public abstract void delete(String resourceGroupName, String serviceName, String certificateName, Context context)
Delete the certificate resource.
Parameters:
deleteAsync
public abstract Mono
Delete the certificate resource.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Delete the certificate resource.
Parameters:
Returns:
get
public abstract CertificateResourceInner get(String resourceGroupName, String serviceName, String certificateName)
Get the certificate resource.
Parameters:
Returns:
getAsync
public abstract Mono
Get the certificate resource.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the certificate resource.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the certificate resource.
Parameters:
Returns:
list
public abstract PagedIterable
List all the certificates of one user.
Parameters:
Returns:
list
public abstract PagedIterable
List all the certificates of one user.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List all the certificates of one user.
Parameters:
Returns:
Applies to
Azure SDK for Java