Class ExtensionProfile
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.ExtensionProfile
-
public abstract class ExtensionProfile extends Object
-
-
Constructor Summary
Constructors Constructor Description ExtensionProfile()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ExtensionProfile
create(List<Extension> extensions)
abstract List<Extension>
extensions()
The list of extensions of the extension profile
-
-
-
Method Detail
-
extensions
public abstract List<Extension> extensions()
The list of extensions of the extension profile
-
create
public static ExtensionProfile create(List<Extension> extensions)
-
-