branchConnectivityConfiguration 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.

Specifies the connectivity details of all device links associated with a branch.

Important

Deprecated and to be retired soon. Use the remoteNetworkConnectivityConfiguration resource type and its associated methods instead.

Methods

Method Return type Description
Get branchConnectivityConfiguration microsoft.graph.networkaccess.branchConnectivityConfiguration Read the properties and relationships of a microsoft.graph.networkaccess.branchConnectivityConfiguration object.

Properties

Property Type Description
branchId String Unique identifier or a specific reference assigned to a branchSite. Key.
branchName String Display name assigned to a branchSite.
links microsoft.graph.networkaccess.connectivityConfigurationLink collection List of connectivity configurations for deviceLink objects.

Relationships

Relationship Type Description
links microsoft.graph.networkaccess.connectivityConfigurationLink collection List of connectivity configurations for deviceLink objects.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.networkaccess.branchConnectivityConfiguration",
  "branchId": "String (identifier)",
  "branchName": "String"
}