Uses of Class
org.jclouds.azurecompute.arm.domain.Certificate.SecretProperties
-
Packages that use Certificate.SecretProperties Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Certificate.SecretProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Certificate.SecretProperties Modifier and Type Method Description static Certificate.SecretPropertiesCertificate.SecretProperties. create(String contentType)abstract Certificate.SecretPropertiesCertificate.CertificatePolicy. secretProps()Methods in org.jclouds.azurecompute.arm.domain with parameters of type Certificate.SecretProperties Modifier and Type Method Description static Certificate.CertificatePolicyCertificate.CertificatePolicy. create(Certificate.CertificateAttributes attributes, String id, Certificate.IssuerParameters issuer, Certificate.KeyProperties keyProps, List<Certificate.LifetimeAction> lifetimeActions, Certificate.SecretProperties secretProperties, Certificate.X509CertificateProperties x509Props) -
Uses of Certificate.SecretProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type Certificate.SecretProperties Modifier and Type Method Description Certificate.CertificatePolicyVaultApi. updateCertificatePolicy(URI vaultBaseUrl, String certificateName, Certificate.CertificateAttributes attributes, Certificate.IssuerParameters issuer, Certificate.KeyProperties keyProps, List<Certificate.LifetimeAction> lifetimeActions, Certificate.SecretProperties secretProps, Certificate.X509CertificateProperties x509Props)
-