| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected Windows10VpnProfileTarget |
Windows10VpnConfiguration.profileTarget |
| Modifier and Type | Method and Description |
|---|---|
Optional<Windows10VpnProfileTarget> |
Windows10VpnConfiguration.getProfileTarget()
“Profile target type.”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10VpnConfiguration.Builder |
Windows10VpnConfiguration.Builder.profileTarget(Windows10VpnProfileTarget profileTarget)
“Profile target type.”
|
Windows10VpnConfiguration |
Windows10VpnConfiguration.withProfileTarget(Windows10VpnProfileTarget profileTarget)
Returns an immutable copy of
this with just the profileTarget
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static Windows10VpnProfileTarget |
Windows10VpnProfileTarget.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Windows10VpnProfileTarget[] |
Windows10VpnProfileTarget.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.