Uses of Class
org.jclouds.azurecompute.arm.domain.Certificate.DeletedCertificateBundle
-
Packages that use Certificate.DeletedCertificateBundle Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Certificate.DeletedCertificateBundle in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Certificate.DeletedCertificateBundle Modifier and Type Method Description static Certificate.DeletedCertificateBundle
Certificate.DeletedCertificateBundle. create(Certificate.CertificateAttributes attributes, String bytes, Integer deletedDate, String id, String keyId, String recoveryId, Integer scheduledPurgeDate, String secretId, Map<String,String> tags, String thumbprint)
-
Uses of Certificate.DeletedCertificateBundle in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return Certificate.DeletedCertificateBundle Modifier and Type Method Description Certificate.DeletedCertificateBundle
VaultApi. deleteCertificate(URI vaultBaseUrl, String certificateName)
Certificate.DeletedCertificateBundle
VaultApi. getDeletedCertificate(URI vaultBaseUrl, String certificateName)
-