connectivityConfigurationLink resource type

Namespace: microsoft.graph.networkaccess

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.

Specifies connectivity details for deviceLink objects associated with a branch.

Methods

None.

Properties

Property Type Description
displayName String Specifies the name of the link.
id String A unique identifier for each link.
localConfigurations microsoft.graph.networkaccess.localConnectivityConfiguration collection Specifies Microsoft's end of the tunnel configuration for a device link.
peerConfiguration microsoft.graph.networkaccess.peerConnectivityConfiguration Specifies the customer's end of the tunnel configuration for a device link.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.networkaccess.connectivityConfigurationLink",
  "id": "String (identifier)",
  "displayName": "String",
  "localConfigurations": [
    {
      "@odata.type": "microsoft.graph.networkaccess.localConnectivityConfiguration"
    }
  ],
  "peerConfiguration": {
    "@odata.type": "microsoft.graph.networkaccess.peerConnectivityConfiguration"
  }
}