GetApplicationGroupResult

data class GetApplicationGroupResult(val description: String, val friendlyName: String, val hostPoolId: String, val id: String, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>, val type: String, val workspaceId: String)

A collection of values returned by getApplicationGroup.

Constructors

Link copied to clipboard
constructor(description: String, friendlyName: String, hostPoolId: String, id: String, location: String, name: String, resourceGroupName: String, tags: Map<String, String>, type: String, workspaceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the Application Group.

Link copied to clipboard

The friendly name of the Application Group.

Link copied to clipboard

The Virtual Desktop Host Pool ID the Application Group is associated to.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region where the Application Group exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A mapping of tags assigned to the Application Group.

Link copied to clipboard

The type of Application Group (RemoteApp or Desktop).

Link copied to clipboard

The Virtual Desktop Workspace ID the Application Group is associated to.