Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static AzureFirewallNetworkRuleProtocol |
AzureFirewallNetworkRuleProtocol.ANY
Static value Any for AzureFirewallNetworkRuleProtocol.
|
static AzureFirewallNetworkRuleProtocol |
AzureFirewallNetworkRuleProtocol.ICMP
Static value ICMP for AzureFirewallNetworkRuleProtocol.
|
static AzureFirewallNetworkRuleProtocol |
AzureFirewallNetworkRuleProtocol.TCP
Static value TCP for AzureFirewallNetworkRuleProtocol.
|
static AzureFirewallNetworkRuleProtocol |
AzureFirewallNetworkRuleProtocol.UDP
Static value UDP for AzureFirewallNetworkRuleProtocol.
|
Modifier and Type | Method and Description |
---|---|
static AzureFirewallNetworkRuleProtocol |
AzureFirewallNetworkRuleProtocol.fromString(String name)
Creates or finds a AzureFirewallNetworkRuleProtocol from its string representation.
|
Modifier and Type | Method and Description |
---|---|
List<AzureFirewallNetworkRuleProtocol> |
AzureFirewallNetworkRule.protocols()
Get the protocols value.
|
static Collection<AzureFirewallNetworkRuleProtocol> |
AzureFirewallNetworkRuleProtocol.values() |
Modifier and Type | Method and Description |
---|---|
AzureFirewallNetworkRule |
AzureFirewallNetworkRule.withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols)
Set the protocols value.
|
Copyright © 2019. All rights reserved.