Uses of Class
odata.msgraph.client.beta.complex.ProxiedDomain
-
Packages that use ProxiedDomain Package Description odata.msgraph.client.beta.complex -
-
Uses of ProxiedDomain in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type ProxiedDomain Modifier and Type Field Description protected List<ProxiedDomain>WindowsNetworkIsolationPolicy. enterpriseCloudResourcesprotected List<ProxiedDomain>WindowsInformationProtectionProxiedDomainCollection. proxiedDomainsMethods in odata.msgraph.client.beta.complex that return ProxiedDomain Modifier and Type Method Description ProxiedDomainProxiedDomain.Builder. build()ProxiedDomainProxiedDomain. withIpAddressOrFQDN(String ipAddressOrFQDN)Returns an immutable copy ofthiswith just theipAddressOrFQDNfield changed.ProxiedDomainProxiedDomain. withProxy(String proxy)Returns an immutable copy ofthiswith just theproxyfield changed.ProxiedDomainProxiedDomain. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type ProxiedDomain Modifier and Type Method 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>WindowsNetworkIsolationPolicy. getEnterpriseCloudResources(com.github.davidmoten.odata.client.HttpRequestOptions options)“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”com.github.davidmoten.odata.client.CollectionPage<ProxiedDomain>WindowsInformationProtectionProxiedDomainCollection. getProxiedDomains(com.github.davidmoten.odata.client.HttpRequestOptions options)“Collection of proxied domains”Methods in odata.msgraph.client.beta.complex with parameters of type ProxiedDomain Modifier and Type Method Description WindowsNetworkIsolationPolicy.BuilderWindowsNetworkIsolationPolicy.Builder. enterpriseCloudResources(ProxiedDomain... enterpriseCloudResources)“Contains a list of enterprise resource domains hosted in the cloud that need to be protected.WindowsInformationProtectionProxiedDomainCollection.BuilderWindowsInformationProtectionProxiedDomainCollection.Builder. proxiedDomains(ProxiedDomain... proxiedDomains)“Collection of proxied domains”Method parameters in odata.msgraph.client.beta.complex with type arguments of type ProxiedDomain Modifier and Type Method Description WindowsNetworkIsolationPolicy.BuilderWindowsNetworkIsolationPolicy.Builder. enterpriseCloudResources(List<ProxiedDomain> enterpriseCloudResources)“Contains a list of enterprise resource domains hosted in the cloud that need to be protected.WindowsInformationProtectionProxiedDomainCollection.BuilderWindowsInformationProtectionProxiedDomainCollection.Builder. proxiedDomains(List<ProxiedDomain> proxiedDomains)“Collection of proxied domains”
-