Workspace interface
Represents a Workspace definition.
- Extends
Properties
application |
List of applicationGroup resource Ids. |
cloud |
Is cloud pc resource. NOTE: This property will not be serialized. It can only be populated by the server. |
description | Description of Workspace. |
friendly |
Friendly name of Workspace. |
object |
ObjectId of Workspace. (internal use) NOTE: This property will not be serialized. It can only be populated by the server. |
private |
List of private endpoint connection associated with the specified resource NOTE: This property will not be serialized. It can only be populated by the server. |
public |
Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints |
Inherited Properties
etag | 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. NOTE: This property will not be serialized. It can only be populated by the server. |
id | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server. |
identity | |
kind | 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. |
location | The geo-location where the resource lives |
managed |
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. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
plan | |
sku | |
system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
applicationGroupReferences
List of applicationGroup resource Ids.
applicationGroupReferences?: string[]
Property Value
string[]
cloudPcResource
Is cloud pc resource. NOTE: This property will not be serialized. It can only be populated by the server.
cloudPcResource?: boolean
Property Value
boolean
description
Description of Workspace.
description?: string
Property Value
string
friendlyName
Friendly name of Workspace.
friendlyName?: string
Property Value
string
objectId
ObjectId of Workspace. (internal use) NOTE: This property will not be serialized. It can only be populated by the server.
objectId?: string
Property Value
string
privateEndpointConnections
List of private endpoint connection associated with the specified resource NOTE: This property will not be serialized. It can only be populated by the server.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
publicNetworkAccess
Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints
publicNetworkAccess?: string
Property Value
string
Inherited Property Details
etag
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. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
Inherited From ResourceModelWithAllowedPropertySet.etag
id
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ResourceModelWithAllowedPropertySet.id
identity
identity?: ResourceModelWithAllowedPropertySetIdentity
Property Value
Inherited From ResourceModelWithAllowedPropertySet.identity
kind
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.
kind?: string
Property Value
string
Inherited From ResourceModelWithAllowedPropertySet.kind
location
The geo-location where the resource lives
location: string
Property Value
string
Inherited From ResourceModelWithAllowedPropertySet.location
managedBy
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.
managedBy?: string
Property Value
string
Inherited From ResourceModelWithAllowedPropertySet.managedBy
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ResourceModelWithAllowedPropertySet.name
plan
plan?: ResourceModelWithAllowedPropertySetPlan
Property Value
Inherited From ResourceModelWithAllowedPropertySet.plan
sku
sku?: ResourceModelWithAllowedPropertySetSku
Property Value
Inherited From ResourceModelWithAllowedPropertySet.sku
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From ResourceModelWithAllowedPropertySet.systemData
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From ResourceModelWithAllowedPropertySet.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ResourceModelWithAllowedPropertySet.type