Class OsProfileUpdate

java.lang.Object
com.azure.resourcemanager.connectedvmware.models.OsProfileUpdate

public final class OsProfileUpdate extends Object
Defines the os update properties.
  • Constructor Details

    • OsProfileUpdate

      public OsProfileUpdate()
  • Method Details

    • windowsConfiguration

      public OsProfileUpdateWindowsConfiguration windowsConfiguration()
      Get the windowsConfiguration property: Specifies the windows configuration for update management.
      Returns:
      the windowsConfiguration value.
    • withWindowsConfiguration

      public OsProfileUpdate withWindowsConfiguration(OsProfileUpdateWindowsConfiguration windowsConfiguration)
      Set the windowsConfiguration property: Specifies the windows configuration for update management.
      Parameters:
      windowsConfiguration - the windowsConfiguration value to set.
      Returns:
      the OsProfileUpdate object itself.
    • linuxConfiguration

      public OsProfileUpdateLinuxConfiguration linuxConfiguration()
      Get the linuxConfiguration property: Specifies the linux configuration for update management.
      Returns:
      the linuxConfiguration value.
    • withLinuxConfiguration

      public OsProfileUpdate withLinuxConfiguration(OsProfileUpdateLinuxConfiguration linuxConfiguration)
      Set the linuxConfiguration property: Specifies the linux configuration for update management.
      Parameters:
      linuxConfiguration - the linuxConfiguration value to set.
      Returns:
      the OsProfileUpdate object itself.
    • validate

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