Class Certificate
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Certificate
-
public abstract class Certificate extends Object
-
-
Nested Class Summary
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Certificate.CertificateAttributes
attributes()
static Certificate
create(Certificate.CertificateAttributes attributes, String id, Map<String,String> tags, String thumbprint)
abstract String
id()
abstract Map<String,String>
tags()
abstract String
thumbprint()
-
-
-
Method Detail
-
attributes
@Nullable public abstract Certificate.CertificateAttributes attributes()
-
create
public static Certificate create(Certificate.CertificateAttributes attributes, String id, Map<String,String> tags, String thumbprint)
-
-