VirtualMachineUpdateProperties Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. VirtualMachineUpdateProperties
- com.
public final class VirtualMachineUpdateProperties
Defines the resource properties.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| VirtualMachineUpdateProperties() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Availability |
availabilitySets()
Get the availability |
|
Hardware |
hardwareProfile()
Get the hardware |
|
Network |
networkProfile()
Get the network |
|
Storage |
storageProfile()
Get the storage |
| void |
validate()
Validates the instance. |
|
Virtual |
withAvailabilitySets(List<AvailabilitySetListItem> availabilitySets)
Set the availability |
|
Virtual |
withHardwareProfile(HardwareProfileUpdate hardwareProfile)
Set the hardware |
|
Virtual |
withNetworkProfile(NetworkProfileUpdate networkProfile)
Set the network |
|
Virtual |
withStorageProfile(StorageProfileUpdate storageProfile)
Set the storage |
Methods inherited from java.lang.Object
Constructor Details
VirtualMachineUpdateProperties
public VirtualMachineUpdateProperties()
Method Details
availabilitySets
public List<AvailabilitySetListItem> availabilitySets()
Get the availabilitySets property: Availability Sets in vm.
Returns:
hardwareProfile
public HardwareProfileUpdate hardwareProfile()
Get the hardwareProfile property: Defines the resource properties.
Returns:
networkProfile
public NetworkProfileUpdate networkProfile()
Get the networkProfile property: Defines the resource properties.
Returns:
storageProfile
public StorageProfileUpdate storageProfile()
Get the storageProfile property: Defines the resource properties.
Returns:
validate
public void validate()
Validates the instance.
withAvailabilitySets
public VirtualMachineUpdateProperties withAvailabilitySets(List<AvailabilitySetListItem> availabilitySets)
Set the availabilitySets property: Availability Sets in vm.
Parameters:
Returns:
withHardwareProfile
public VirtualMachineUpdateProperties withHardwareProfile(HardwareProfileUpdate hardwareProfile)
Set the hardwareProfile property: Defines the resource properties.
Parameters:
Returns:
withNetworkProfile
public VirtualMachineUpdateProperties withNetworkProfile(NetworkProfileUpdate networkProfile)
Set the networkProfile property: Defines the resource properties.
Parameters:
Returns:
withStorageProfile
public VirtualMachineUpdateProperties withStorageProfile(StorageProfileUpdate storageProfile)
Set the storageProfile property: Defines the resource properties.
Parameters:
Returns: