Type de ressource vpnProxyServer
Espace de noms: microsoft.graph
Important: Les API Microsoft Graph sous la version /beta sont susceptibles d’être modifiées ; l’utilisation de production n’est pas prise en charge.
Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.
Serveur proxy VPN.
Propriétés
Propriété | Type | Description |
---|---|---|
automaticConfigurationScriptUrl | String | URL du script de configuration automatique du proxy. |
address | String | Adresse. |
port | Int32 | Port. Valeurs valides 0 à 65535 |
Relations
Aucun
Représentation JSON
Voici une représentation JSON de la ressource.
{
"@odata.type": "#microsoft.graph.vpnProxyServer",
"automaticConfigurationScriptUrl": "String",
"address": "String",
"port": 1024
}