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 class
Key.DeletedKeyBundle
static class
Key.JsonWebKey
static class
Key.KeyAttributes
static class
Key.KeyBundle
static class
Key.KeyOperationResult
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Key.KeyAttributes
attributes()
static Key
create(String kid, Key.KeyAttributes attributes, boolean managed, Map<String,String> tags)
abstract String
kid()
abstract Boolean
managed()
abstract Map<String,String>
tags()
-
-
-
Method Detail
-
attributes
public abstract Key.KeyAttributes attributes()
-
-