Uses of Class
org.jclouds.azurecompute.arm.domain.VirtualMachineProperties
Packages that use VirtualMachineProperties
-
Uses of VirtualMachineProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return VirtualMachinePropertiesModifier and TypeMethodDescriptionabstract VirtualMachineProperties
VirtualMachineProperties.Builder.build()
static VirtualMachineProperties
VirtualMachineProperties.create
(String vmId, String licenseType, IdReference availabilitySet, HardwareProfile hardwareProfile, StorageProfile storageProfile, OSProfile osProfile, NetworkProfile networkProfile, DiagnosticsProfile diagnosticsProfile, VirtualMachineProperties.ProvisioningState provisioningState) abstract VirtualMachineProperties
VirtualMachine.properties()
Specifies the properties of the vmMethods in org.jclouds.azurecompute.arm.domain with parameters of type VirtualMachinePropertiesModifier and TypeMethodDescriptionstatic VirtualMachine
VirtualMachine.create
(String id, String name, String type, String location, Map<String, String> tags, VirtualMachineProperties properties, Plan plan) abstract VirtualMachine.Builder
VirtualMachine.Builder.properties
(VirtualMachineProperties properties) -
Uses of VirtualMachineProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type VirtualMachinePropertiesModifier and TypeMethodDescriptionVirtualMachineApi.createOrUpdate
(String vmname, String location, VirtualMachineProperties properties, Map<String, String> tags, Plan plan)