Desktop Interface

public interface Desktop

An immutable client-side representation of Desktop.

Method Summary

Modifier and Type Method and Description
abstract String description()

Gets the description property: Description of Desktop.

abstract String friendlyName()

Gets the friendlyName property: Friendly name of Desktop.

abstract byte[] iconContent()

Gets the iconContent property: The icon a 64 bit string as a byte array.

abstract String iconHash()

Gets the iconHash property: Hash of the icon.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract DesktopInner innerModel()

Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.DesktopInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract String objectId()

Gets the objectId property: ObjectId of Desktop.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

abstract String type()

Gets the type property: The type of the resource.

Method Details

description

public abstract String description()

Gets the description property: Description of Desktop.

Returns:

the description value.

friendlyName

public abstract String friendlyName()

Gets the friendlyName property: Friendly name of Desktop.

Returns:

the friendlyName value.

iconContent

public abstract byte[] iconContent()

Gets the iconContent property: The icon a 64 bit string as a byte array.

Returns:

the iconContent value.

iconHash

public abstract String iconHash()

Gets the iconHash property: Hash of the icon.

Returns:

the iconHash value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract DesktopInner innerModel()

Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.DesktopInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

objectId

public abstract String objectId()

Gets the objectId property: ObjectId of Desktop. (internal use).

Returns:

the objectId value.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to