Class NspAccessRuleDirection
java.lang.Object
com.azure.core.util.ExpandableStringEnum<NspAccessRuleDirection>
com.azure.resourcemanager.storage.models.NspAccessRuleDirection
public final class NspAccessRuleDirection
extends com.azure.core.util.ExpandableStringEnum<NspAccessRuleDirection>
Direction of Access Rule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NspAccessRuleDirectionStatic value Inbound for NspAccessRuleDirection.static final NspAccessRuleDirectionStatic value Outbound for NspAccessRuleDirection. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NspAccessRuleDirectionfromString(String name) Creates or finds a NspAccessRuleDirection from its string representation.static Collection<NspAccessRuleDirection>values()Gets known NspAccessRuleDirection values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
INBOUND
Static value Inbound for NspAccessRuleDirection. -
OUTBOUND
Static value Outbound for NspAccessRuleDirection.
-
-
Constructor Details
-
NspAccessRuleDirection
Deprecated.Use thefromString(String)factory method.Creates a new instance of NspAccessRuleDirection value.
-
-
Method Details
-
fromString
Creates or finds a NspAccessRuleDirection from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding NspAccessRuleDirection.
-
values
Gets known NspAccessRuleDirection values.- Returns:
- known NspAccessRuleDirection values.
-
fromString(String)factory method.