命名空间:microsoft.graph
从 位置继承。
方法
有关支持的方法的列表,请参阅 place。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| address | physicalAddress | 工作区的物理地址,包括街道、城市、州/地区、国家或地区和邮政编码。 从 位置继承。 |
| 能力 | Int32 | 工作区中单个工作台的最大数目。 |
| displayDeviceName | String | 例如,显示设备的名称 (或 monitorprojector工作区中可用的) 。 |
| displayName | String | 与 工作区关联的名称。 从 位置继承。 |
| emailAddress | String | 与 工作区关联的电子邮件地址。 此电子邮件地址用于预订。 |
| geoCoordinates | outlookGeoCoordinates | 指定 工作区 位置(纬度、经度和 (可以选择) 高度坐标)。 从 位置继承。 |
| id | String | 工作区的唯一标识符。 只读。 此标识符不可变,如果邮箱或租户配置发生更改,则此标识符可能会更改。 继承自 entity。 |
| isWheelChairAccessible | 布尔值 | 指示 工作区 是否可供轮椅使用。 从 位置继承。 |
| 标签 | String | 用户定义的 工作区说明。 从 位置继承。 |
| mode | placeMode |
工作区的模式。 支持的模式包括:
|
| 昵称 | String | 工作区的简短友好名称,通常用于在 UI 中更轻松地识别或显示。 |
| parentId | String | 父 节的 ID。 从 位置继承。 |
| phone | String | 工作区的电话号码。 从 位置继承。 |
| tags | 字符串集合 | 与用于分类或筛选的 工作区 关联的自定义标记。 从 位置继承。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.workspace",
"address": {"@odata.type": "microsoft.graph.physicalAddress"},
"capacity": "Integer",
"displayDeviceName": "String",
"displayName": "String",
"emailAddress": "String",
"geoCoordinates": {"@odata.type": "microsoft.graph.outlookGeoCoordinates"},
"id": "String (identifier)",
"isWheelChairAccessible": "Boolean",
"label": "String",
"mode": {"@odata.type": "microsoft.graph.placeMode"},
"nickname": "String",
"parentId": "String",
"phone": "String",
"tags": ["String"]
}