AzureFirewallNetworkRuleProtocol Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. AzureFirewallNetworkRuleProtocol
- com.
- com.
public final class AzureFirewallNetworkRuleProtocol
extends ExpandableStringEnum<AzureFirewallNetworkRuleProtocol>
The protocol of a Network Rule resource.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Azure |
ANY
Static value Any for Azure |
static final
Azure |
ICMP
Static value ICMP for Azure |
static final
Azure |
TCP
Static value TCP for Azure |
static final
Azure |
UDP
Static value UDP for Azure |
Constructor Summary
Constructor | Description |
---|---|
AzureFirewallNetworkRuleProtocol() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Azure |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Azure |
fromString(String name)
Creates or finds a Azure |
static
Collection<Azure |
values()
Gets known Azure |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ANY
public static final AzureFirewallNetworkRuleProtocol ANY
Static value Any for AzureFirewallNetworkRuleProtocol.
ICMP
public static final AzureFirewallNetworkRuleProtocol ICMP
Static value ICMP for AzureFirewallNetworkRuleProtocol.
TCP
public static final AzureFirewallNetworkRuleProtocol TCP
Static value TCP for AzureFirewallNetworkRuleProtocol.
UDP
public static final AzureFirewallNetworkRuleProtocol UDP
Static value UDP for AzureFirewallNetworkRuleProtocol.
Constructor Details
AzureFirewallNetworkRuleProtocol
@Deprecated
public AzureFirewallNetworkRuleProtocol()
Deprecated
Creates a new instance of AzureFirewallNetworkRuleProtocol value.
Method Details
fromString
public static AzureFirewallNetworkRuleProtocol fromString(String name)
Creates or finds a AzureFirewallNetworkRuleProtocol from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known AzureFirewallNetworkRuleProtocol values.
Returns:
Applies to
Azure SDK for Java