Class ExtensionProfileSettings
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.ExtensionProfileSettings
-
public abstract class ExtensionProfileSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description ExtensionProfileSettings()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
commandToExecute()
The commandToExecute of the extension profile settingsstatic ExtensionProfileSettings
create(List<String> fileUris, String commandToExecute)
abstract List<String>
fileUris()
The fileUris reference of the extension profile settings
-
-
-
Method Detail
-
fileUris
public abstract List<String> fileUris()
The fileUris reference of the extension profile settings
-
commandToExecute
public abstract String commandToExecute()
The commandToExecute of the extension profile settings
-
create
public static ExtensionProfileSettings create(List<String> fileUris, String commandToExecute)
-
-