Class Type
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Type>
com.azure.resourcemanager.authorization.models.Type
Type of the role assignment schedule expiration.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TypefromString(String name) Creates or finds a Type from its string representation.static Collection<Type>values()Gets known Type values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AFTER_DURATION
Static value AfterDuration for Type. -
AFTER_DATE_TIME
Static value AfterDateTime for Type. -
NO_EXPIRATION
Static value NoExpiration for Type.
-
-
Constructor Details
-
Type
Deprecated.Use thefromString(String)factory method.Creates a new instance of Type value.
-
-
Method Details
-
fromString
Creates or finds a Type from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Type.
-
values
Gets known Type values.- Returns:
- known Type values.
-
fromString(String)factory method.