Class Secret
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Secret
-
public abstract class Secret extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecret.DeletedSecretBundlestatic classSecret.SecretAttributesstatic classSecret.SecretBundle
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Secret.SecretAttributesattributes()abstract StringcontentType()static Secretcreate(Secret.SecretAttributes attributes, String contentType, String id, Boolean managed, Map<String,String> tags)abstract Stringid()abstract Booleanmanaged()abstract Map<String,String>tags()
-
-
-
Method Detail
-
attributes
@Nullable public abstract Secret.SecretAttributes attributes()
-
-