VirtualMachineInstanceUpdateProperties Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. VirtualMachineInstanceUpdateProperties
- com.
Implements
public final class VirtualMachineInstanceUpdateProperties
implements JsonSerializable<VirtualMachineInstanceUpdateProperties>
Virtual Machine Instance Properties Update model.
Constructor Summary
| Constructor | Description |
|---|---|
| VirtualMachineInstanceUpdateProperties() |
Creates an instance of Virtual |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
VirtualMachineInstanceUpdateProperties
public VirtualMachineInstanceUpdateProperties()
Creates an instance of VirtualMachineInstanceUpdateProperties class.
Method Details
availabilitySets
public List<AvailabilitySetListItem> availabilitySets()
Get the availabilitySets property: Availability Sets in vm.
Returns:
fromJson
public static VirtualMachineInstanceUpdateProperties fromJson(JsonReader jsonReader)
Reads an instance of VirtualMachineInstanceUpdateProperties from the JsonReader.
Parameters:
Returns:
Throws:
hardwareProfile
public HardwareProfileUpdate hardwareProfile()
Get the hardwareProfile property: Hardware properties.
Returns:
infrastructureProfile
public InfrastructureProfileUpdate infrastructureProfile()
Get the infrastructureProfile property: Gets the infrastructure profile.
Returns:
networkProfile
public NetworkProfileUpdate networkProfile()
Get the networkProfile property: Network properties.
Returns:
storageProfile
public StorageProfileUpdate storageProfile()
Get the storageProfile property: Storage properties.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAvailabilitySets
public VirtualMachineInstanceUpdateProperties withAvailabilitySets(List<AvailabilitySetListItem> availabilitySets)
Set the availabilitySets property: Availability Sets in vm.
Parameters:
Returns:
withHardwareProfile
public VirtualMachineInstanceUpdateProperties withHardwareProfile(HardwareProfileUpdate hardwareProfile)
Set the hardwareProfile property: Hardware properties.
Parameters:
Returns:
withInfrastructureProfile
public VirtualMachineInstanceUpdateProperties withInfrastructureProfile(InfrastructureProfileUpdate infrastructureProfile)
Set the infrastructureProfile property: Gets the infrastructure profile.
Parameters:
Returns:
withNetworkProfile
public VirtualMachineInstanceUpdateProperties withNetworkProfile(NetworkProfileUpdate networkProfile)
Set the networkProfile property: Network properties.
Parameters:
Returns:
withStorageProfile
public VirtualMachineInstanceUpdateProperties withStorageProfile(StorageProfileUpdate storageProfile)
Set the storageProfile property: Storage properties.
Parameters:
Returns: