| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidDeviceOwnerVpnConfiguration
“By providing the configurations in this profile you can instruct the Android
Fully Managed device to connect to desired VPN endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
VpnConfiguration |
VpnConfiguration.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
VpnConfiguration |
VpnConfiguration.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
VpnConfiguration |
VpnConfiguration.withAuthenticationMethod(VpnAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
VpnConfiguration |
VpnConfiguration.withConnectionName(String connectionName)
Returns an immutable copy of
this with just the connectionName
field changed. |
VpnConfiguration |
VpnConfiguration.withRealm(String realm)
Returns an immutable copy of
this with just the realm field
changed. |
VpnConfiguration |
VpnConfiguration.withRole(String role)
Returns an immutable copy of
this with just the role field
changed. |
Copyright © 2018–2020. All rights reserved.