Class Name
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Name>
com.azure.resourcemanager.storage.models.Name
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Name of the policy. The valid value is AccessTimeTracking. This field is currently read only.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NamefromString(String name) Creates or finds a Name from its string representation.static Collection<Name>values()Gets known Name values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ACCESS_TIME_TRACKING
Static value AccessTimeTracking for Name.
-
-
Constructor Details
-
Name
Deprecated.Use thefromString(String)factory method.Creates a new instance of Name value.
-
-
Method Details
-
fromString
Creates or finds a Name from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Name.
-
values
Gets known Name values.- Returns:
- known Name values.
-
fromString(String)factory method.