Edit

Share via


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

A forwardingPolicyLink represents the association between a forwarding policy and another forwarding profile.

Inherits from microsoft.graph.networkaccess.policyLink.

Methods

Properties

Property Type Description
id String Unique identifier. Inherited from microsoft.graph.entity.
state microsoft.graph.networkaccess.status Link Status. Inherited from microsoft.graph.networkaccess.policyLink. The possible values are: enabled, disabled.
version String Version number. Inherited from microsoft.graph.networkaccess.policyLink.

Relationships

Relationship Type Description
policy microsoft.graph.networkaccess.policy A traffic forwarding policy consists of a policy and its associated rules. It defines the guidelines and instructions for routing and handling network traffic.. Inherited from microsoft.graph.networkaccess.policyLink

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.networkaccess.forwardingPolicyLink",
  "id": "String (identifier)",
  "state": "String",
  "version": "String"
}