Class Extension
java.lang.Object
org.jclouds.azurecompute.arm.domain.Extension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Extension
create
(String name, ExtensionProperties properties) abstract String
name()
The name reference of the extension profileabstract ExtensionProperties
The properties reference of the extension profile
-
Constructor Details
-
Extension
public Extension()
-
-
Method Details
-
name
The name reference of the extension profile -
properties
The properties reference of the extension profile -
create
-