Uses of Class
org.jclouds.azurecompute.arm.domain.vpn.VPNClientRevokedCertificate.VPNClientRevokedCertificateProperties
- 
Packages that use VPNClientRevokedCertificate.VPNClientRevokedCertificateProperties Package Description org.jclouds.azurecompute.arm.domain.vpn  - 
- 
Uses of VPNClientRevokedCertificate.VPNClientRevokedCertificateProperties in org.jclouds.azurecompute.arm.domain.vpn
Methods in org.jclouds.azurecompute.arm.domain.vpn that return VPNClientRevokedCertificate.VPNClientRevokedCertificateProperties Modifier and Type Method Description static VPNClientRevokedCertificate.VPNClientRevokedCertificatePropertiesVPNClientRevokedCertificate.VPNClientRevokedCertificateProperties. create(String provisioningState, String thumbprint)abstract VPNClientRevokedCertificate.VPNClientRevokedCertificatePropertiesVPNClientRevokedCertificate. properties()Methods in org.jclouds.azurecompute.arm.domain.vpn with parameters of type VPNClientRevokedCertificate.VPNClientRevokedCertificateProperties Modifier and Type Method Description static VPNClientRevokedCertificateVPNClientRevokedCertificate. create(String id, String name, String etag, VPNClientRevokedCertificate.VPNClientRevokedCertificateProperties properties) 
 -