Edit

Share via


applicationLocation resource type

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 the location attributes of an application used to indicate where its infrastructure operates and where the owning organization is based.

Properties

Property Type Description
dataCenter String Specifies the region or physical location where the application's primary data center is hosted.
headquarters String Specifies the city, country or region where the application's owning organization is headquartered.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.applicationLocation",
  "dataCenter": "String",
  "headquarters": "String"
}