connectivityConfigurationLink resource type (deprecated)
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.
Important
Deprecated and to be retired soon. Use the remoteNetworkConnectivityConfiguration resource type and its associated methods instead.
Specifies connectivity details for deviceLink objects associated with a branch.
Methods
Method | Return type | Description |
---|---|---|
Get | microsoft.graph.networkaccess.branchSite | Retrieve the IPSec tunnel configuration required to establish a bidirectional communication link between your organization's router and the Microsoft gateway. |
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"
}
}