Uses of Class
com.azure.resourcemanager.containerinstance.models.Scheme
Packages that use Scheme
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of Scheme in com.azure.resourcemanager.containerinstance.models
Fields in com.azure.resourcemanager.containerinstance.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.containerinstance.models that return SchemeModifier and TypeMethodDescriptionstatic SchemeScheme.fromString(String name) Creates or finds a Scheme from its string representation.ContainerHttpGet.scheme()Get the scheme property: The scheme.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type SchemeModifier and TypeMethodDescriptionstatic Collection<Scheme> Scheme.values()Gets known Scheme values.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type SchemeModifier and TypeMethodDescriptionContainerHttpGet.withScheme(Scheme scheme) Set the scheme property: The scheme.