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