public interface Desktop
An immutable client-side representation of Desktop.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the description property: Description of Desktop.
    Gets the friendlyName property: Friendly name of Desktop.
    byte[]
    Gets the iconContent property: The icon a 64 bit string as a byte array.
    Gets the iconHash property: Hash of the icon.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.DesktopInner object.
    Gets the name property: The name of the resource.
    Gets the objectId property: ObjectId of Desktop.
    com.azure.core.management.SystemData
    Gets the systemData property: Metadata pertaining to creation and last modification of the resource.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • systemData

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

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

      String description()
      Gets the description property: Description of Desktop.
      Returns:
      the description value.
    • friendlyName

      String friendlyName()
      Gets the friendlyName property: Friendly name of Desktop.
      Returns:
      the friendlyName value.
    • iconHash

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

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

      DesktopInner innerModel()
      Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.DesktopInner object.
      Returns:
      the inner object.