Uses of Class
org.jclouds.azurecompute.arm.domain.CreationData.CreateOptions
-
Packages that use CreationData.CreateOptions Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of CreationData.CreateOptions in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return CreationData.CreateOptions Modifier and Type Method Description abstract CreationData.CreateOptions
CreationData. createOption()
static CreationData.CreateOptions
CreationData.CreateOptions. fromValue(String text)
static CreationData.CreateOptions
CreationData.CreateOptions. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreationData.CreateOptions[]
CreationData.CreateOptions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.azurecompute.arm.domain with parameters of type CreationData.CreateOptions Modifier and Type Method Description static CreationData
CreationData. create(CreationData.CreateOptions createOption)
-