Uses of Class
com.microsoft.graph.models.WindowsFirewallNetworkProfile
Packages that use WindowsFirewallNetworkProfile
-
Uses of WindowsFirewallNetworkProfile in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsFirewallNetworkProfileModifier and TypeMethodDescriptionWindowsFirewallNetworkProfile.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueWindows10EndpointProtectionConfiguration.getFirewallProfileDomain()Gets the firewallProfileDomain property value.Windows10EndpointProtectionConfiguration.getFirewallProfilePrivate()Gets the firewallProfilePrivate property value.Windows10EndpointProtectionConfiguration.getFirewallProfilePublic()Gets the firewallProfilePublic property value.Methods in com.microsoft.graph.models with parameters of type WindowsFirewallNetworkProfileModifier and TypeMethodDescriptionvoidWindows10EndpointProtectionConfiguration.setFirewallProfileDomain(WindowsFirewallNetworkProfile value) Sets the firewallProfileDomain property value.voidWindows10EndpointProtectionConfiguration.setFirewallProfilePrivate(WindowsFirewallNetworkProfile value) Sets the firewallProfilePrivate property value.voidWindows10EndpointProtectionConfiguration.setFirewallProfilePublic(WindowsFirewallNetworkProfile value) Sets the firewallProfilePublic property value.