| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<ProxiedDomain> |
WindowsNetworkIsolationPolicy.enterpriseCloudResources |
protected List<ProxiedDomain> |
WindowsInformationProtectionProxiedDomainCollection.proxiedDomains |
| Modifier and Type | Method and Description |
|---|---|
ProxiedDomain |
ProxiedDomain.Builder.build() |
ProxiedDomain |
ProxiedDomain.withIpAddressOrFQDN(String ipAddressOrFQDN)
Returns an immutable copy of
this with just the ipAddressOrFQDN
field changed. |
ProxiedDomain |
ProxiedDomain.withProxy(String proxy)
Returns an immutable copy of
this with just the proxy field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<ProxiedDomain> |
WindowsNetworkIsolationPolicy.getEnterpriseCloudResources()
“Contains a list of enterprise resource domains hosted in the cloud that need to
be protected.
|
com.github.davidmoten.odata.client.CollectionPage<ProxiedDomain> |
WindowsInformationProtectionProxiedDomainCollection.getProxiedDomains()
“Collection of proxied domains”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsNetworkIsolationPolicy.Builder |
WindowsNetworkIsolationPolicy.Builder.enterpriseCloudResources(List<ProxiedDomain> enterpriseCloudResources)
“Contains a list of enterprise resource domains hosted in the cloud that need to
be protected.
|
WindowsInformationProtectionProxiedDomainCollection.Builder |
WindowsInformationProtectionProxiedDomainCollection.Builder.proxiedDomains(List<ProxiedDomain> proxiedDomains)
“Collection of proxied domains”
|
Copyright © 2018–2020. All rights reserved.