| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.Builder.build() |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withAuthorizedApplicationRulesFromGroupPolicyMerged(Boolean authorizedApplicationRulesFromGroupPolicyMerged)
Returns an immutable copy of
this with just the authorizedApplicationRulesFromGroupPolicyMerged field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withAuthorizedApplicationRulesFromGroupPolicyNotMerged(Boolean authorizedApplicationRulesFromGroupPolicyNotMerged)
Returns an immutable copy of
this with just the authorizedApplicationRulesFromGroupPolicyNotMerged field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withConnectionSecurityRulesFromGroupPolicyMerged(Boolean connectionSecurityRulesFromGroupPolicyMerged)
Returns an immutable copy of
this with just the connectionSecurityRulesFromGroupPolicyMerged field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withConnectionSecurityRulesFromGroupPolicyNotMerged(Boolean connectionSecurityRulesFromGroupPolicyNotMerged)
Returns an immutable copy of
this with just the connectionSecurityRulesFromGroupPolicyNotMerged field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withFirewallEnabled(StateManagementSetting firewallEnabled)
Returns an immutable copy of
this with just the firewallEnabled
field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withGlobalPortRulesFromGroupPolicyMerged(Boolean globalPortRulesFromGroupPolicyMerged)
Returns an immutable copy of
this with just the globalPortRulesFromGroupPolicyMerged field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withGlobalPortRulesFromGroupPolicyNotMerged(Boolean globalPortRulesFromGroupPolicyNotMerged)
Returns an immutable copy of
this with just the globalPortRulesFromGroupPolicyNotMerged field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withInboundConnectionsBlocked(Boolean inboundConnectionsBlocked)
Returns an immutable copy of
this with just the inboundConnectionsBlocked field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withInboundConnectionsRequired(Boolean inboundConnectionsRequired)
Returns an immutable copy of
this with just the inboundConnectionsRequired field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withInboundNotificationsBlocked(Boolean inboundNotificationsBlocked)
Returns an immutable copy of
this with just the inboundNotificationsBlocked field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withInboundNotificationsRequired(Boolean inboundNotificationsRequired)
Returns an immutable copy of
this with just the inboundNotificationsRequired field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withIncomingTrafficBlocked(Boolean incomingTrafficBlocked)
Returns an immutable copy of
this with just the incomingTrafficBlocked field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withIncomingTrafficRequired(Boolean incomingTrafficRequired)
Returns an immutable copy of
this with just the incomingTrafficRequired field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withOutboundConnectionsBlocked(Boolean outboundConnectionsBlocked)
Returns an immutable copy of
this with just the outboundConnectionsBlocked field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withOutboundConnectionsRequired(Boolean outboundConnectionsRequired)
Returns an immutable copy of
this with just the outboundConnectionsRequired field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withPolicyRulesFromGroupPolicyMerged(Boolean policyRulesFromGroupPolicyMerged)
Returns an immutable copy of
this with just the policyRulesFromGroupPolicyMerged field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withPolicyRulesFromGroupPolicyNotMerged(Boolean policyRulesFromGroupPolicyNotMerged)
Returns an immutable copy of
this with just the policyRulesFromGroupPolicyNotMerged field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withSecuredPacketExemptionAllowed(Boolean securedPacketExemptionAllowed)
Returns an immutable copy of
this with just the securedPacketExemptionAllowed field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withSecuredPacketExemptionBlocked(Boolean securedPacketExemptionBlocked)
Returns an immutable copy of
this with just the securedPacketExemptionBlocked field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withStealthModeBlocked(Boolean stealthModeBlocked)
Returns an immutable copy of
this with just the stealthModeBlocked field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withStealthModeRequired(Boolean stealthModeRequired)
Returns an immutable copy of
this with just the stealthModeRequired field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withUnicastResponsesToMulticastBroadcastsBlocked(Boolean unicastResponsesToMulticastBroadcastsBlocked)
Returns an immutable copy of
this with just the unicastResponsesToMulticastBroadcastsBlocked field changed. |
WindowsFirewallNetworkProfile |
WindowsFirewallNetworkProfile.withUnicastResponsesToMulticastBroadcastsRequired(Boolean unicastResponsesToMulticastBroadcastsRequired)
Returns an immutable copy of
this with just the unicastResponsesToMulticastBroadcastsRequired field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsFirewallNetworkProfile |
Windows10EndpointProtectionConfiguration.firewallProfileDomain |
protected WindowsFirewallNetworkProfile |
Windows10EndpointProtectionConfiguration.firewallProfilePrivate |
protected WindowsFirewallNetworkProfile |
Windows10EndpointProtectionConfiguration.firewallProfilePublic |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsFirewallNetworkProfile> |
Windows10EndpointProtectionConfiguration.getFirewallProfileDomain()
“Configures the firewall profile settings for domain networks”
|
Optional<WindowsFirewallNetworkProfile> |
Windows10EndpointProtectionConfiguration.getFirewallProfilePrivate()
“Configures the firewall profile settings for private networks”
|
Optional<WindowsFirewallNetworkProfile> |
Windows10EndpointProtectionConfiguration.getFirewallProfilePublic()
“Configures the firewall profile settings for public networks”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10EndpointProtectionConfiguration.Builder |
Windows10EndpointProtectionConfiguration.Builder.firewallProfileDomain(WindowsFirewallNetworkProfile firewallProfileDomain)
“Configures the firewall profile settings for domain networks”
|
Windows10EndpointProtectionConfiguration.Builder |
Windows10EndpointProtectionConfiguration.Builder.firewallProfilePrivate(WindowsFirewallNetworkProfile firewallProfilePrivate)
“Configures the firewall profile settings for private networks”
|
Windows10EndpointProtectionConfiguration.Builder |
Windows10EndpointProtectionConfiguration.Builder.firewallProfilePublic(WindowsFirewallNetworkProfile firewallProfilePublic)
“Configures the firewall profile settings for public networks”
|
Windows10EndpointProtectionConfiguration |
Windows10EndpointProtectionConfiguration.withFirewallProfileDomain(WindowsFirewallNetworkProfile firewallProfileDomain)
Returns an immutable copy of
this with just the firewallProfileDomain field changed. |
Windows10EndpointProtectionConfiguration |
Windows10EndpointProtectionConfiguration.withFirewallProfilePrivate(WindowsFirewallNetworkProfile firewallProfilePrivate)
Returns an immutable copy of
this with just the firewallProfilePrivate field changed. |
Windows10EndpointProtectionConfiguration |
Windows10EndpointProtectionConfiguration.withFirewallProfilePublic(WindowsFirewallNetworkProfile firewallProfilePublic)
Returns an immutable copy of
this with just the firewallProfilePublic field changed. |
Copyright © 2018–2020. All rights reserved.