| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
VpnDnsRule |
VpnDnsRule.Builder.build() |
VpnDnsRule |
VpnDnsRule.withAutoTrigger(Boolean autoTrigger)
Returns an immutable copy of
this with just the autoTrigger
field changed. |
VpnDnsRule |
VpnDnsRule.withName(String name)
Returns an immutable copy of
this with just the name field
changed. |
VpnDnsRule |
VpnDnsRule.withPersistent(Boolean persistent)
Returns an immutable copy of
this with just the persistent field
changed. |
VpnDnsRule |
VpnDnsRule.withProxyServerUri(String proxyServerUri)
Returns an immutable copy of
this with just the proxyServerUri
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<VpnDnsRule> |
Windows10VpnConfiguration.dnsRules |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<VpnDnsRule> |
Windows10VpnConfiguration.getDnsRules()
“DNS rules.
|
| Modifier and Type | Method and Description |
|---|---|
Windows10VpnConfiguration.Builder |
Windows10VpnConfiguration.Builder.dnsRules(List<VpnDnsRule> dnsRules)
“DNS rules.
|
Copyright © 2018–2020. All rights reserved.