remoteNetwork 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 remote network represents a location such as a branch office where customer premises equipment (CPE) is connected to the nearest deployment of Global Secure Access service though IPsec tunnels.
Inherits from microsoft.graph.entity.
Methods
Method | Return type | Description |
---|---|---|
List | microsoft.graph.networkaccess.remoteNetwork collection | Get a list of the microsoft.graph.networkaccess.remoteNetwork objects and their properties. |
Create | microsoft.graph.networkaccess.remoteNetwork | Create a new microsoft.graph.networkaccess.remoteNetwork object. |
Get | microsoft.graph.networkaccess.remoteNetwork | Read the properties and relationships of a microsoft.graph.networkaccess.remoteNetwork object. |
Update | microsoft.graph.networkaccess.remoteNetwork | Update the properties of a microsoft.graph.networkaccess.remoteNetwork object. |
Delete | None | Delete a microsoft.graph.networkaccess.remoteNetwork object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Identifier for the remote network. Inherited from microsoft.graph.entity. |
lastModifiedDateTime | DateTimeOffset | last modified time. |
name | String | Name. |
region | microsoft.graph.networkaccess.region | Specify the region closest to your remote network. The possible value are: eastUS , eastUS2 , westUS , westUS2 , westUS3 , centralUS , northCentralUS , southCentralUS , northEurope , westEurope , franceCentral , germanyWestCentral , switzerlandNorth , ukSouth , canadaEast , canadaCentral , southAfricaWest , southAfricaNorth , uaeNorth , australiaEast , westCentralUS , centralIndia , southEastAsia , swedenCentral , southIndia , australiaSouthEast , koreaCentral , koreaSouth , polandCentral , brazilSouth , japanEast , japanWest , koreaSouth , italyNorth , franceSouth , israelCentral , unknownFutureValue . |
version | String | Remote network version. |
Relationships
Relationship | Type | Description |
---|---|---|
connectivityConfiguration | microsoft.graph.networkaccess.remoteNetworkConnectivityConfiguration collection | Specifies the connectivity details of all device links associated with a remote network. |
deviceLinks | microsoft.graph.networkaccess.deviceLink collection | Each unique CPE device associated with a remote network is specified. Supports $expand . |
forwardingProfiles | microsoft.graph.networkaccess.forwardingProfile collection | Each forwarding profile associated with a remote network is specified. Supports $expand and $select . |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.networkaccess.remoteNetwork",
"id": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)",
"name": "String",
"region": "microsoft.graph.networkaccess.region",
"version": "String",
}