Class LogRanking
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<LogRanking>
com.microsoft.azure.management.cdn.LogRanking
Defines values for LogRanking.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LogRanking
Static value browser for LogRanking.static final LogRanking
Static value countryOrRegion for LogRanking.static final LogRanking
Static value referrer for LogRanking.static final LogRanking
Static value url for LogRanking.static final LogRanking
Static value userAgent for LogRanking. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LogRanking
fromString
(String name) Creates or finds a LogRanking from its string representation.static Collection<LogRanking>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
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
public LogRanking()
-
-
Method Details
-
fromString
Creates or finds a LogRanking from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding LogRanking
-
values
- Returns:
- known LogRanking values
-