GetWorkspaceResult

data class GetWorkspaceResult(val description: String, val friendlyName: String, val id: String, val location: String, val name: String, val publicNetworkAccessEnabled: Boolean, val resourceGroupName: String, val tags: Map<String, String>)

A collection of values returned by getWorkspace.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description for the Virtual Desktop Workspace.

Link copied to clipboard

The friendly name for the Virtual Desktop Workspace.

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 Virtual Desktop Workspace exists.

Link copied to clipboard
Link copied to clipboard

Is public network access enabled?

Link copied to clipboard
Link copied to clipboard

A mapping of tags assigned to the Virtual Desktop Workspace.