Uses of Class
odata.msgraph.client.beta.complex.WindowsFirewallRule
-
Packages that use WindowsFirewallRule Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of WindowsFirewallRule in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return WindowsFirewallRule Modifier and Type Method Description WindowsFirewallRuleWindowsFirewallRule.Builder. build()WindowsFirewallRuleWindowsFirewallRule. withAction(StateManagementSetting action)Returns an immutable copy ofthiswith just theactionfield changed.WindowsFirewallRuleWindowsFirewallRule. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.WindowsFirewallRuleWindowsFirewallRule. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.WindowsFirewallRuleWindowsFirewallRule. withEdgeTraversal(StateManagementSetting edgeTraversal)Returns an immutable copy ofthiswith just theedgeTraversalfield changed.WindowsFirewallRuleWindowsFirewallRule. withFilePath(String filePath)Returns an immutable copy ofthiswith just thefilePathfield changed.WindowsFirewallRuleWindowsFirewallRule. withInterfaceTypes(WindowsFirewallRuleInterfaceTypes interfaceTypes)Returns an immutable copy ofthiswith just theinterfaceTypesfield changed.WindowsFirewallRuleWindowsFirewallRule. withLocalUserAuthorizations(String localUserAuthorizations)Returns an immutable copy ofthiswith just thelocalUserAuthorizationsfield changed.WindowsFirewallRuleWindowsFirewallRule. withPackageFamilyName(String packageFamilyName)Returns an immutable copy ofthiswith just thepackageFamilyNamefield changed.WindowsFirewallRuleWindowsFirewallRule. withProfileTypes(WindowsFirewallRuleNetworkProfileTypes profileTypes)Returns an immutable copy ofthiswith just theprofileTypesfield changed.WindowsFirewallRuleWindowsFirewallRule. withProtocol(Integer protocol)Returns an immutable copy ofthiswith just theprotocolfield changed.WindowsFirewallRuleWindowsFirewallRule. withServiceName(String serviceName)Returns an immutable copy ofthiswith just theserviceNamefield changed.WindowsFirewallRuleWindowsFirewallRule. withTrafficDirection(WindowsFirewallRuleTrafficDirectionType trafficDirection)Returns an immutable copy ofthiswith just thetrafficDirectionfield changed.WindowsFirewallRuleWindowsFirewallRule. withUnmappedField(String name, String value) -
Uses of WindowsFirewallRule in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type WindowsFirewallRule Modifier and Type Field Description protected List<WindowsFirewallRule>Windows10EndpointProtectionConfiguration. firewallRulesMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsFirewallRule Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<WindowsFirewallRule>Windows10EndpointProtectionConfiguration. getFirewallRules()“Configures the firewall rule settings.com.github.davidmoten.odata.client.CollectionPage<WindowsFirewallRule>Windows10EndpointProtectionConfiguration. getFirewallRules(com.github.davidmoten.odata.client.HttpRequestOptions options)“Configures the firewall rule settings.Methods in odata.msgraph.client.beta.entity with parameters of type WindowsFirewallRule Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. firewallRules(WindowsFirewallRule... firewallRules)“Configures the firewall rule settings.Method parameters in odata.msgraph.client.beta.entity with type arguments of type WindowsFirewallRule Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. firewallRules(List<WindowsFirewallRule> firewallRules)“Configures the firewall rule settings.Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withFirewallRules(List<WindowsFirewallRule> firewallRules)Returns an immutable copy ofthiswith just thefirewallRulesfield changed.
-