Class SupportTier
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SupportTier>
com.azure.resourcemanager.securityinsights.models.SupportTier
Type of support for content item.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SupportTier
Static value Community for SupportTier.static final SupportTier
Static value Microsoft for SupportTier.static final SupportTier
Static value Partner for SupportTier. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SupportTier
fromString
(String name) Creates or finds a SupportTier from its string representation.static Collection<SupportTier>
values()
Gets known SupportTier values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
MICROSOFT
Static value Microsoft for SupportTier. -
PARTNER
Static value Partner for SupportTier. -
COMMUNITY
Static value Community for SupportTier.
-
-
Constructor Details
-
SupportTier
public SupportTier()
-
-
Method Details
-
fromString
Creates or finds a SupportTier from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding SupportTier.
-
values
Gets known SupportTier values.- Returns:
- known SupportTier values.
-