Uses of Class
org.jclouds.azurecompute.arm.domain.Extension
-
Packages that use Extension Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of Extension in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Extension Modifier and Type Method Description static Extension
Extension. create(String name, ExtensionProperties properties)
Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type Extension Modifier and Type Method Description abstract List<Extension>
ExtensionProfile. extensions()
The list of extensions of the extension profileMethod parameters in org.jclouds.azurecompute.arm.domain with type arguments of type Extension Modifier and Type Method Description static ExtensionProfile
ExtensionProfile. create(List<Extension> extensions)
-