Class VirtualMachineScaleSetVirtualMachineProfile
java.lang.Object
org.jclouds.azurecompute.arm.domain.VirtualMachineScaleSetVirtualMachineProfile
A virtual machine properties for the virtual machine.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
create
(StorageProfile storageProfile, VirtualMachineScaleSetOSProfile osProfile, VirtualMachineScaleSetNetworkProfile networkProfile, ExtensionProfile extensionProfile) abstract ExtensionProfile
The extension profile of the Virtual Machine Scale Set Virtual Machine Profile .abstract VirtualMachineScaleSetNetworkProfile
The network profile of the Virtual Machine Scale Set Virtual Machine Profileabstract VirtualMachineScaleSetOSProfile
The OS profile of the Virtual Machine Scale Set Virtual Machine Profile.abstract StorageProfile
The storage profile of the Virtual Machine Scale Set Virtual Machine Profile.
-
Constructor Details
-
VirtualMachineScaleSetVirtualMachineProfile
public VirtualMachineScaleSetVirtualMachineProfile()
-
-
Method Details
-
storageProfile
The storage profile of the Virtual Machine Scale Set Virtual Machine Profile. -
osProfile
The OS profile of the Virtual Machine Scale Set Virtual Machine Profile. -
networkProfile
The network profile of the Virtual Machine Scale Set Virtual Machine Profile -
extensionProfile
The extension profile of the Virtual Machine Scale Set Virtual Machine Profile . -
create
public static VirtualMachineScaleSetVirtualMachineProfile create(StorageProfile storageProfile, VirtualMachineScaleSetOSProfile osProfile, VirtualMachineScaleSetNetworkProfile networkProfile, ExtensionProfile extensionProfile) -
toBuilder
-
builder
-