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