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 friendly |
| abstract byte[] |
iconContent()
Gets the icon |
| abstract String |
iconHash()
Gets the icon |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Desktop |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
objectId()
Gets the object |
|
abstract
System |
systemData()
Gets the system |
| 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:
friendlyName
public abstract String friendlyName()
Gets the friendlyName property: Friendly name of Desktop.
Returns:
iconContent
public abstract byte[] iconContent()
Gets the iconContent property: The icon a 64 bit string as a byte array.
Returns:
iconHash
public abstract String iconHash()
Gets the iconHash property: Hash of the icon.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract DesktopInner innerModel()
Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.DesktopInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
objectId
public abstract String objectId()
Gets the objectId property: ObjectId of Desktop. (internal use).
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: