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.CreateOptionsCreationData. createOption()static CreationData.CreateOptionsCreationData.CreateOptions. fromValue(String text)static CreationData.CreateOptionsCreationData.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 CreationDataCreationData. create(CreationData.CreateOptions createOption)
-