java.lang.Object
com.azure.resourcemanager.desktopvirtualization.fluent.models.DesktopPatchProperties

public final class DesktopPatchProperties extends Object
Desktop properties that can be patched.
  • Constructor Details

    • DesktopPatchProperties

      public DesktopPatchProperties()
  • Method Details

    • description

      public String description()
      Get the description property: Description of Desktop.
      Returns:
      the description value.
    • withDescription

      public DesktopPatchProperties withDescription(String description)
      Set the description property: Description of Desktop.
      Parameters:
      description - the description value to set.
      Returns:
      the DesktopPatchProperties object itself.
    • friendlyName

      public String friendlyName()
      Get the friendlyName property: Friendly name of Desktop.
      Returns:
      the friendlyName value.
    • withFriendlyName

      public DesktopPatchProperties withFriendlyName(String friendlyName)
      Set the friendlyName property: Friendly name of Desktop.
      Parameters:
      friendlyName - the friendlyName value to set.
      Returns:
      the DesktopPatchProperties object itself.
    • validate

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