Uses of Class
odata.msgraph.client.complex.WindowsFirewallNetworkProfile
-
Packages that use WindowsFirewallNetworkProfile Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of WindowsFirewallNetworkProfile in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return WindowsFirewallNetworkProfile Modifier and Type Method Description WindowsFirewallNetworkProfileWindowsFirewallNetworkProfile.Builder. build()WindowsFirewallNetworkProfileWindowsFirewallNetworkProfile. withAuthorizedApplicationRulesFromGroupPolicyMerged(Boolean authorizedApplicationRulesFromGroupPolicyMerged)Returns an immutable copy ofthiswith just theauthorizedApplicationRulesFromGroupPolicyMergedfield changed.WindowsFirewallNetworkProfileWindowsFirewallNetworkProfile. withConnectionSecurityRulesFromGroupPolicyMerged(Boolean connectionSecurityRulesFromGroupPolicyMerged)Returns an immutable copy ofthiswith just theconnectionSecurityRulesFromGroupPolicyMergedfield changed.WindowsFirewallNetworkProfileWindowsFirewallNetworkProfile. withFirewallEnabled(StateManagementSetting firewallEnabled)Returns an immutable copy ofthiswith just thefirewallEnabledfield changed.WindowsFirewallNetworkProfileWindowsFirewallNetworkProfile. withGlobalPortRulesFromGroupPolicyMerged(Boolean globalPortRulesFromGroupPolicyMerged)Returns an immutable copy ofthiswith just theglobalPortRulesFromGroupPolicyMergedfield changed.WindowsFirewallNetworkProfileWindowsFirewallNetworkProfile. withInboundConnectionsBlocked(Boolean inboundConnectionsBlocked)Returns an immutable copy ofthiswith just theinboundConnectionsBlockedfield changed.WindowsFirewallNetworkProfileWindowsFirewallNetworkProfile. withInboundNotificationsBlocked(Boolean inboundNotificationsBlocked)Returns an immutable copy ofthiswith just theinboundNotificationsBlockedfield changed.WindowsFirewallNetworkProfileWindowsFirewallNetworkProfile. withIncomingTrafficBlocked(Boolean incomingTrafficBlocked)Returns an immutable copy ofthiswith just theincomingTrafficBlockedfield changed.WindowsFirewallNetworkProfileWindowsFirewallNetworkProfile. withOutboundConnectionsBlocked(Boolean outboundConnectionsBlocked)Returns an immutable copy ofthiswith just theoutboundConnectionsBlockedfield changed.WindowsFirewallNetworkProfileWindowsFirewallNetworkProfile. withPolicyRulesFromGroupPolicyMerged(Boolean policyRulesFromGroupPolicyMerged)Returns an immutable copy ofthiswith just thepolicyRulesFromGroupPolicyMergedfield changed.WindowsFirewallNetworkProfileWindowsFirewallNetworkProfile. withSecuredPacketExemptionAllowed(Boolean securedPacketExemptionAllowed)Returns an immutable copy ofthiswith just thesecuredPacketExemptionAllowedfield changed.WindowsFirewallNetworkProfileWindowsFirewallNetworkProfile. withStealthModeBlocked(Boolean stealthModeBlocked)Returns an immutable copy ofthiswith just thestealthModeBlockedfield changed.WindowsFirewallNetworkProfileWindowsFirewallNetworkProfile. withUnicastResponsesToMulticastBroadcastsBlocked(Boolean unicastResponsesToMulticastBroadcastsBlocked)Returns an immutable copy ofthiswith just theunicastResponsesToMulticastBroadcastsBlockedfield changed.WindowsFirewallNetworkProfileWindowsFirewallNetworkProfile. withUnmappedField(String name, String value) -
Uses of WindowsFirewallNetworkProfile in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WindowsFirewallNetworkProfile Modifier and Type Field Description protected WindowsFirewallNetworkProfileWindows10EndpointProtectionConfiguration. firewallProfileDomainprotected WindowsFirewallNetworkProfileWindows10EndpointProtectionConfiguration. firewallProfilePrivateprotected WindowsFirewallNetworkProfileWindows10EndpointProtectionConfiguration. firewallProfilePublicMethods in odata.msgraph.client.entity that return types with arguments of type WindowsFirewallNetworkProfile Modifier and Type Method 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”Methods in odata.msgraph.client.entity with parameters of type WindowsFirewallNetworkProfile Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. firewallProfileDomain(WindowsFirewallNetworkProfile firewallProfileDomain)“Configures the firewall profile settings for domain networks”Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. firewallProfilePrivate(WindowsFirewallNetworkProfile firewallProfilePrivate)“Configures the firewall profile settings for private networks”Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. firewallProfilePublic(WindowsFirewallNetworkProfile firewallProfilePublic)“Configures the firewall profile settings for public networks”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withFirewallProfileDomain(WindowsFirewallNetworkProfile firewallProfileDomain)Returns an immutable copy ofthiswith just thefirewallProfileDomainfield changed.Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withFirewallProfilePrivate(WindowsFirewallNetworkProfile firewallProfilePrivate)Returns an immutable copy ofthiswith just thefirewallProfilePrivatefield changed.Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withFirewallProfilePublic(WindowsFirewallNetworkProfile firewallProfilePublic)Returns an immutable copy ofthiswith just thefirewallProfilePublicfield changed.
-