Uses of Class
com.azure.resourcemanager.search.models.HostingMode
-
Packages that use HostingMode Package Description com.azure.resourcemanager.search.fluent.models Package containing the inner data models for SearchManagementClient.com.azure.resourcemanager.search.models Package containing the data models for SearchManagementClient. -
-
Uses of HostingMode in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return HostingMode Modifier and Type Method Description HostingModeSearchServiceInner. hostingMode()Get the hostingMode property: Applicable only for the standard3 SKU.Methods in com.azure.resourcemanager.search.fluent.models with parameters of type HostingMode Modifier and Type Method Description SearchServiceInnerSearchServiceInner. withHostingMode(HostingMode hostingMode)Set the hostingMode property: Applicable only for the standard3 SKU. -
Uses of HostingMode in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return HostingMode Modifier and Type Method Description static HostingModeHostingMode. fromString(String value)Parses a serialized value to a HostingMode instance.HostingModeSearchService. hostingMode()The hosting mode value.HostingModeSearchServiceUpdate. hostingMode()Get the hostingMode property: Applicable only for the standard3 SKU.static HostingModeHostingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static HostingMode[]HostingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.search.models with parameters of type HostingMode Modifier and Type Method Description SearchServiceUpdateSearchServiceUpdate. withHostingMode(HostingMode hostingMode)Set the hostingMode property: Applicable only for the standard3 SKU.
-