Uses of Class
org.jclouds.azurecompute.arm.domain.Certificate.CertificateError
-
Packages that use Certificate.CertificateError Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of Certificate.CertificateError in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Certificate.CertificateError Modifier and Type Method Description static Certificate.CertificateError
Certificate.CertificateError. create(String code, String message)
abstract Certificate.CertificateError
Certificate.CertificateOperation. error()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type Certificate.CertificateError Modifier and Type Method Description static Certificate.CertificateOperation
Certificate.CertificateOperation. create(boolean cancellationRequested, String csr, Certificate.CertificateError error, String id, Certificate.IssuerParameters issuer, String requestId, String status, String statusDetails, String target)
-