| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
WindowsFirewallRule |
WindowsFirewallRule.Builder.build() |
WindowsFirewallRule |
WindowsFirewallRule.withAction(StateManagementSetting action)
Returns an immutable copy of
this with just the action field
changed. |
WindowsFirewallRule |
WindowsFirewallRule.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
WindowsFirewallRule |
WindowsFirewallRule.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
WindowsFirewallRule |
WindowsFirewallRule.withEdgeTraversal(StateManagementSetting edgeTraversal)
Returns an immutable copy of
this with just the edgeTraversal
field changed. |
WindowsFirewallRule |
WindowsFirewallRule.withFilePath(String filePath)
Returns an immutable copy of
this with just the filePath field
changed. |
WindowsFirewallRule |
WindowsFirewallRule.withInterfaceTypes(WindowsFirewallRuleInterfaceTypes interfaceTypes)
Returns an immutable copy of
this with just the interfaceTypes
field changed. |
WindowsFirewallRule |
WindowsFirewallRule.withLocalUserAuthorizations(String localUserAuthorizations)
Returns an immutable copy of
this with just the localUserAuthorizations field changed. |
WindowsFirewallRule |
WindowsFirewallRule.withPackageFamilyName(String packageFamilyName)
Returns an immutable copy of
this with just the packageFamilyName
field changed. |
WindowsFirewallRule |
WindowsFirewallRule.withProfileTypes(WindowsFirewallRuleNetworkProfileTypes profileTypes)
Returns an immutable copy of
this with just the profileTypes
field changed. |
WindowsFirewallRule |
WindowsFirewallRule.withProtocol(Integer protocol)
Returns an immutable copy of
this with just the protocol field
changed. |
WindowsFirewallRule |
WindowsFirewallRule.withServiceName(String serviceName)
Returns an immutable copy of
this with just the serviceName
field changed. |
WindowsFirewallRule |
WindowsFirewallRule.withTrafficDirection(WindowsFirewallRuleTrafficDirectionType trafficDirection)
Returns an immutable copy of
this with just the trafficDirection
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<WindowsFirewallRule> |
Windows10EndpointProtectionConfiguration.firewallRules |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<WindowsFirewallRule> |
Windows10EndpointProtectionConfiguration.getFirewallRules()
“Configures the firewall rule settings.
|
| Modifier and Type | Method and Description |
|---|---|
Windows10EndpointProtectionConfiguration.Builder |
Windows10EndpointProtectionConfiguration.Builder.firewallRules(List<WindowsFirewallRule> firewallRules)
“Configures the firewall rule settings.
|
Copyright © 2018–2020. All rights reserved.