Class HttpSchemeType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<HttpSchemeType>
com.azure.resourcemanager.appplatform.models.HttpSchemeType
Defines values for HttpSchemeType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HttpSchemeTypeStatic value HTTP for HttpSchemeType.static final HttpSchemeTypeStatic value HTTPS for HttpSchemeType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpSchemeTypefromString(String name) Creates or finds a HttpSchemeType from its string representation.static Collection<HttpSchemeType>values()Gets known HttpSchemeType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
HTTP
Static value HTTP for HttpSchemeType. -
HTTPS
Static value HTTPS for HttpSchemeType.
-
-
Constructor Details
-
HttpSchemeType
public HttpSchemeType()
-
-
Method Details
-
fromString
Creates or finds a HttpSchemeType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding HttpSchemeType.
-
values
Gets known HttpSchemeType values.- Returns:
- known HttpSchemeType values.
-