Class Algorithm
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<Algorithm>
com.microsoft.azure.management.cdn.Algorithm
Defines values for Algorithm.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Algorithm
fromString
(String name) Creates or finds a Algorithm from its string representation.static Collection<Algorithm>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
SHA256
Static value SHA256 for Algorithm.
-
-
Constructor Details
-
Algorithm
public Algorithm()
-
-
Method Details
-
fromString
Creates or finds a Algorithm from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding Algorithm
-
values
- Returns:
- known Algorithm values
-