Class Type
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Type>
com.azure.resourcemanager.containerservice.models.Type
The week index.
Specifies on which week of the month the dayOfWeek applies.
-
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
-
FIRST
Static value First for Type. -
SECOND
Static value Second for Type. -
THIRD
Static value Third for Type. -
FOURTH
Static value Fourth for Type. -
LAST
Static value Last 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.