Class Extension
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Extension
-
public abstract class Extension extends Object
-
-
Constructor Summary
Constructors Constructor Description Extension()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Extension
create(String name, ExtensionProperties properties)
abstract String
name()
The name reference of the extension profileabstract ExtensionProperties
properties()
The properties reference of the extension profile
-
-
-
Method Detail
-
name
public abstract String name()
The name reference of the extension profile
-
properties
public abstract ExtensionProperties properties()
The properties reference of the extension profile
-
create
public static Extension create(String name, ExtensionProperties properties)
-
-