Uses of Class
com.azure.resourcemanager.appcontainers.models.Scheme
-
Packages that use Scheme Package Description com.azure.resourcemanager.appcontainers.models 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 Scheme Modifier and Type Field Description static Scheme
Scheme. HTTP
Static value HTTP for Scheme.static Scheme
Scheme. HTTPS
Static value HTTPS for Scheme.Methods in com.azure.resourcemanager.appcontainers.models that return Scheme Modifier and Type Method Description static Scheme
Scheme. fromString(String name)
Creates or finds a Scheme from its string representation.Scheme
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 Scheme Modifier and Type Method Description static Collection<Scheme>
Scheme. values()
Gets known Scheme values.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type Scheme Modifier and Type Method Description ContainerAppProbeHttpGet
ContainerAppProbeHttpGet. withScheme(Scheme scheme)
Set the scheme property: Scheme to use for connecting to the host.
-