Class NetworkRuleAction
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<NetworkRuleAction>
com.microsoft.azure.management.keyvault.NetworkRuleAction
public final class NetworkRuleAction
extends com.microsoft.rest.ExpandableStringEnum<NetworkRuleAction>
Defines values for NetworkRuleAction.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final NetworkRuleAction
Static value Allow for NetworkRuleAction.static final NetworkRuleAction
Static value Deny for NetworkRuleAction. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic NetworkRuleAction
fromString
(String name) Creates or finds a NetworkRuleAction from its string representation.static Collection<NetworkRuleAction>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
ALLOW
Static value Allow for NetworkRuleAction. -
DENY
Static value Deny for NetworkRuleAction.
-
-
Constructor Details
-
NetworkRuleAction
public NetworkRuleAction()
-
-
Method Details
-
fromString
Creates or finds a NetworkRuleAction from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding NetworkRuleAction
-
values
- Returns:
- known NetworkRuleAction values
-