Class VirtualMachineUpdateProperties


  • public final class VirtualMachineUpdateProperties
    extends Object
    Defines the resource properties.
    • Constructor Detail

      • VirtualMachineUpdateProperties

        public VirtualMachineUpdateProperties()
    • Method Detail

      • hardwareProfile

        public HardwareProfileUpdate hardwareProfile()
        Get the hardwareProfile property: Defines the resource properties.
        Returns:
        the hardwareProfile value.
      • withHardwareProfile

        public VirtualMachineUpdateProperties withHardwareProfile​(HardwareProfileUpdate hardwareProfile)
        Set the hardwareProfile property: Defines the resource properties.
        Parameters:
        hardwareProfile - the hardwareProfile value to set.
        Returns:
        the VirtualMachineUpdateProperties object itself.
      • storageProfile

        public StorageProfileUpdate storageProfile()
        Get the storageProfile property: Defines the resource properties.
        Returns:
        the storageProfile value.
      • withStorageProfile

        public VirtualMachineUpdateProperties withStorageProfile​(StorageProfileUpdate storageProfile)
        Set the storageProfile property: Defines the resource properties.
        Parameters:
        storageProfile - the storageProfile value to set.
        Returns:
        the VirtualMachineUpdateProperties object itself.
      • networkProfile

        public NetworkProfileUpdate networkProfile()
        Get the networkProfile property: Defines the resource properties.
        Returns:
        the networkProfile value.
      • withNetworkProfile

        public VirtualMachineUpdateProperties withNetworkProfile​(NetworkProfileUpdate networkProfile)
        Set the networkProfile property: Defines the resource properties.
        Parameters:
        networkProfile - the networkProfile value to set.
        Returns:
        the VirtualMachineUpdateProperties object itself.
      • availabilitySets

        public List<AvailabilitySetListItem> availabilitySets()
        Get the availabilitySets property: Availability Sets in vm.
        Returns:
        the availabilitySets value.
      • withAvailabilitySets

        public VirtualMachineUpdateProperties withAvailabilitySets​(List<AvailabilitySetListItem> availabilitySets)
        Set the availabilitySets property: Availability Sets in vm.
        Parameters:
        availabilitySets - the availabilitySets value to set.
        Returns:
        the VirtualMachineUpdateProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.