Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents external links that should be associated with a building in Places, such as a dining menu or a link to other services.
For more information on how to set up services in Places, see Add services to buildings.
Properties
| Property | Type | Description |
|---|---|---|
| linkType | resourceLinkType | Type of link. The possible values are: url, unknownFutureValue. |
| name | String | The link text that is visible in the Places app. The maximum length is 200 characters. |
| value | String | The URL of the resource link. The maximum length is 200 characters. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.resourceLink",
"linkType": "String",
"name": "String",
"value": "String"
}