Uses of Class
com.azure.resourcemanager.appplatform.models.HttpSchemeType
Packages that use HttpSchemeType
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of HttpSchemeType in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as HttpSchemeTypeModifier and TypeFieldDescriptionstatic final HttpSchemeTypeHttpSchemeType.HTTPStatic value HTTP for HttpSchemeType.static final HttpSchemeTypeHttpSchemeType.HTTPSStatic value HTTPS for HttpSchemeType.Methods in com.azure.resourcemanager.appplatform.models that return HttpSchemeTypeModifier and TypeMethodDescriptionstatic HttpSchemeTypeHttpSchemeType.fromString(String name) Creates or finds a HttpSchemeType from its string representation.HttpGetAction.scheme()Get the scheme property: Scheme to use for connecting to the host.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type HttpSchemeTypeModifier and TypeMethodDescriptionstatic Collection<HttpSchemeType> HttpSchemeType.values()Gets known HttpSchemeType values.Methods in com.azure.resourcemanager.appplatform.models with parameters of type HttpSchemeTypeModifier and TypeMethodDescriptionHttpGetAction.withScheme(HttpSchemeType scheme) Set the scheme property: Scheme to use for connecting to the host.