Class Key.KeyBundle
java.lang.Object
org.jclouds.azurecompute.arm.domain.Key.KeyBundle
- Enclosing class:
 Key
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract Key.KeyAttributesstatic Key.KeyBundlecreate(Key.KeyAttributes attributes, Key.JsonWebKey key, boolean managed, Map<String, String> tags) abstract Key.JsonWebKeykey()abstract Booleanmanaged()tags() 
- 
Constructor Details
- 
KeyBundle
public KeyBundle() 
 - 
 - 
Method Details
- 
attributes
 - 
key
 - 
managed
 - 
tags
 - 
create
public static Key.KeyBundle create(Key.KeyAttributes attributes, Key.JsonWebKey key, boolean managed, Map<String, String> tags)  
 -