Class Key
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Key
-
public abstract class Key extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKey.DeletedKeyBundlestatic classKey.JsonWebKeystatic classKey.KeyAttributesstatic classKey.KeyBundlestatic classKey.KeyOperationResult
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Key.KeyAttributesattributes()static Keycreate(String kid, Key.KeyAttributes attributes, boolean managed, Map<String,String> tags)abstract Stringkid()abstract Booleanmanaged()abstract Map<String,String>tags()
-
-
-
Method Detail
-
attributes
public abstract Key.KeyAttributes attributes()
-
-