Class LogRanking
java.lang.Object
com.azure.core.util.ExpandableStringEnum<LogRanking>
com.azure.resourcemanager.cdn.models.LogRanking
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for LogRanking.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LogRankingStatic value browser for LogRanking.static final LogRankingStatic value countryOrRegion for LogRanking.static final LogRankingStatic value referrer for LogRanking.static final LogRankingStatic value url for LogRanking.static final LogRankingStatic value userAgent for LogRanking. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LogRankingfromString(String name) Creates or finds a LogRanking from its string representation.static Collection<LogRanking> values()Gets known LogRanking values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
URL
Static value url for LogRanking. -
REFERRER
Static value referrer for LogRanking. -
BROWSER
Static value browser for LogRanking. -
USER_AGENT
Static value userAgent for LogRanking. -
COUNTRY_OR_REGION
Static value countryOrRegion for LogRanking.
-
-
Constructor Details
-
LogRanking
Deprecated.Use thefromString(String)factory method.Creates a new instance of LogRanking value.
-
-
Method Details
-
fromString
Creates or finds a LogRanking from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding LogRanking.
-
values
Gets known LogRanking values.- Returns:
- known LogRanking values.
-
fromString(String)factory method.