DpsCertificatesClient Interface
public interface DpsCertificatesClient
An instance of this class provides access to all the operations defined in DpsCertificatesClient.
Method Summary
Method Details
createOrUpdate
public abstract CertificateResponseInner createOrUpdate(String resourceGroupName, String provisioningServiceName, String certificateName, CertificateBodyDescription certificateDescription)
Add new certificate or update an existing certificate.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Add new certificate or update an existing certificate.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String ifMatch, String provisioningServiceName, String certificateName)
Deletes the specified certificate associated with the Provisioning Service.
Parameters:
deleteWithResponse
public abstract Response
Deletes the specified certificate associated with the Provisioning Service.
Parameters:
Returns:
generateVerificationCode
public abstract VerificationCodeResponseInner generateVerificationCode(String certificateName, String ifMatch, String resourceGroupName, String provisioningServiceName)
Generate verification code for Proof of Possession.
Parameters:
Returns:
generateVerificationCodeWithResponse
public abstract Response
Generate verification code for Proof of Possession.
Parameters:
Returns:
get
public abstract CertificateResponseInner get(String certificateName, String resourceGroupName, String provisioningServiceName)
Get the certificate from the provisioning service.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the certificate from the provisioning service.
Parameters:
Returns:
list
public abstract CertificateListDescriptionInner list(String resourceGroupName, String provisioningServiceName)
Get all the certificates tied to the provisioning service.
Parameters:
Returns:
listWithResponse
public abstract Response
Get all the certificates tied to the provisioning service.
Parameters:
Returns:
verifyCertificate
public abstract CertificateResponseInner verifyCertificate(String certificateName, String ifMatch, String resourceGroupName, String provisioningServiceName, VerificationCodeRequest request)
Verifies the certificate's private key possession by providing the leaf cert issued by the verifying pre uploaded certificate.
Parameters:
Returns:
verifyCertificateWithResponse
public abstract Response
Verifies the certificate's private key possession by providing the leaf cert issued by the verifying pre uploaded certificate.
Parameters:
Returns:
Applies to
Azure SDK for Java