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