java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.desktopvirtualization.fluent.models.DesktopInner

public final class DesktopInner extends com.azure.core.management.ProxyResource
Schema for Desktop properties.
  • Constructor Details

    • DesktopInner

      public DesktopInner()
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • objectId

      public String objectId()
      Get the objectId property: ObjectId of Desktop. (internal use).
      Returns:
      the objectId value.
    • description

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

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

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

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

      public String iconHash()
      Get the iconHash property: Hash of the icon.
      Returns:
      the iconHash value.
    • iconContent

      public byte[] iconContent()
      Get the iconContent property: The icon a 64 bit string as a byte array.
      Returns:
      the iconContent value.
    • validate

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