Class Scheme
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Scheme>
com.azure.resourcemanager.containerinstance.models.Scheme
Defines values for Scheme.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SchemefromString(String name) Creates or finds a Scheme from its string representation.static Collection<Scheme>values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
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.
-