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 SchemeScheme.HTTPStatic value HTTP for Scheme.static final SchemeScheme.HTTPSStatic value HTTPS for Scheme.Methods in com.azure.resourcemanager.appcontainers.models that return SchemeModifier and TypeMethodDescriptionstatic SchemeScheme.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.