GetWorkspaceResult

data class GetWorkspaceResult(val applicationGroupReferences: List<String>? = null, val azureApiVersion: String, val cloudPcResource: Boolean, val description: String? = null, val etag: String, val friendlyName: String? = null, val id: String, val identity: ResourceModelWithAllowedPropertySetResponseIdentity? = null, val kind: String? = null, val location: String, val managedBy: String? = null, val name: String, val objectId: String, val plan: ResourceModelWithAllowedPropertySetResponsePlan? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val publicNetworkAccess: String? = null, val sku: ResourceModelWithAllowedPropertySetResponseSku? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Represents a Workspace definition.

Constructors

Link copied to clipboard
constructor(applicationGroupReferences: List<String>? = null, azureApiVersion: String, cloudPcResource: Boolean, description: String? = null, etag: String, friendlyName: String? = null, id: String, identity: ResourceModelWithAllowedPropertySetResponseIdentity? = null, kind: String? = null, location: String, managedBy: String? = null, name: String, objectId: String, plan: ResourceModelWithAllowedPropertySetResponsePlan? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, publicNetworkAccess: String? = null, sku: ResourceModelWithAllowedPropertySetResponseSku? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of applicationGroup resource Ids.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Is cloud pc resource.

Link copied to clipboard
val description: String? = null

Description of Workspace.

Link copied to clipboard

The etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.

Link copied to clipboard
val friendlyName: String? = null

Friendly name of Workspace.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard
val kind: String? = null

Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. E.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard
val managedBy: String? = null

The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.

Link copied to clipboard

The name of the resource

Link copied to clipboard

ObjectId of Workspace. (internal use)

Link copied to clipboard
Link copied to clipboard

List of private endpoint connection associated with the specified resource

Link copied to clipboard

Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints

Link copied to clipboard
Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"