Class ExtensionProperties
java.lang.Object
org.jclouds.azurecompute.arm.domain.ExtensionProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Boolean
The autoUpgradeMinorVersion reference of the extension propertiesstatic ExtensionProperties
create
(String publisher, String type, String typeHandlerVersion, Boolean autoUpgradeMinorVersion, ExtensionProfileSettings settings, Map<String, String> protectedSettings) The list of the protectedSettings of the extension propertiesabstract String
The publisher reference of the extension propertiesabstract ExtensionProfileSettings
settings()
The ExtensionProfileSettings of the extension propertiesabstract String
type()
The type reference of the extension propertiesabstract String
The typeHandlerVersion reference of the extension properties
-
Constructor Details
-
ExtensionProperties
public ExtensionProperties()
-
-
Method Details
-
publisher
The publisher reference of the extension properties -
type
The type reference of the extension properties -
typeHandlerVersion
The typeHandlerVersion reference of the extension properties -
autoUpgradeMinorVersion
The autoUpgradeMinorVersion reference of the extension properties -
settings
The ExtensionProfileSettings of the extension properties -
protectedSettings
The list of the protectedSettings of the extension properties -
create
public static ExtensionProperties create(String publisher, String type, String typeHandlerVersion, Boolean autoUpgradeMinorVersion, ExtensionProfileSettings settings, Map<String, String> protectedSettings)
-