Uses of Class
odata.msgraph.client.beta.enums.WindowsFirewallRuleNetworkProfileTypes
-
Packages that use WindowsFirewallRuleNetworkProfileTypes Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of WindowsFirewallRuleNetworkProfileTypes in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as WindowsFirewallRuleNetworkProfileTypes Modifier and Type Field Description protected WindowsFirewallRuleNetworkProfileTypesWindowsFirewallRule. profileTypesMethods in odata.msgraph.client.beta.complex that return types with arguments of type WindowsFirewallRuleNetworkProfileTypes Modifier and Type Method Description Optional<WindowsFirewallRuleNetworkProfileTypes>WindowsFirewallRule. getProfileTypes()“Specifies the profiles to which the rule belongs.Methods in odata.msgraph.client.beta.complex with parameters of type WindowsFirewallRuleNetworkProfileTypes Modifier and Type Method Description WindowsFirewallRule.BuilderWindowsFirewallRule.Builder. profileTypes(WindowsFirewallRuleNetworkProfileTypes profileTypes)“Specifies the profiles to which the rule belongs.WindowsFirewallRuleWindowsFirewallRule. withProfileTypes(WindowsFirewallRuleNetworkProfileTypes profileTypes)Returns an immutable copy ofthiswith just theprofileTypesfield changed. -
Uses of WindowsFirewallRuleNetworkProfileTypes in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsFirewallRuleNetworkProfileTypes Modifier and Type Method Description static WindowsFirewallRuleNetworkProfileTypesWindowsFirewallRuleNetworkProfileTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsFirewallRuleNetworkProfileTypes[]WindowsFirewallRuleNetworkProfileTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-