Uses of Class
com.azure.resourcemanager.containerinstance.models.Scheme
-
Packages that use Scheme Package Description com.azure.resourcemanager.containerinstance.models 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 Scheme Modifier and Type Field Description static SchemeScheme. HTTPStatic value http for Scheme.static SchemeScheme. HTTPSStatic value https for Scheme.Methods in com.azure.resourcemanager.containerinstance.models that return Scheme Modifier and Type Method Description static SchemeScheme. fromString(String name)Creates or finds a Scheme from its string representation.SchemeContainerHttpGet. scheme()Get the scheme property: The scheme.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type Scheme Modifier and Type Method Description static Collection<Scheme>Scheme. values()Methods in com.azure.resourcemanager.containerinstance.models with parameters of type Scheme Modifier and Type Method Description ContainerHttpGetContainerHttpGet. withScheme(Scheme scheme)Set the scheme property: The scheme.
-