Class HttpSchemeType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<HttpSchemeType>
com.azure.resourcemanager.appplatform.models.HttpSchemeType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Scheme to use for connecting to the host. Defaults to HTTP.
Possible enum values:
- `"HTTP"` means that the scheme used will be http://
- `"HTTPS"` means that the scheme used will be https://.
-
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, getValue, hashCode, toString, values
-
Field Details
-
HTTP
Static value HTTP for HttpSchemeType. -
HTTPS
Static value HTTPS for HttpSchemeType.
-
-
Constructor Details
-
HttpSchemeType
Deprecated.Use thefromString(String)factory method.Creates a new instance of HttpSchemeType value.
-
-
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.
-
fromString(String)factory method.