Uses of Enum
com.azure.resourcemanager.search.models.HostingMode
Packages that use HostingMode
Package
Description
Package containing the inner data models for SearchManagementClient.
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 HostingModeModifier and TypeMethodDescriptionSearchServiceInner.hostingMode()Get the hostingMode property: Applicable only for the standard3 SKU.Methods in com.azure.resourcemanager.search.fluent.models with parameters of type HostingModeModifier and TypeMethodDescriptionSearchServiceInner.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 HostingModeModifier and TypeMethodDescriptionstatic HostingModeHostingMode.fromString(String value) Parses a serialized value to a HostingMode instance.SearchService.hostingMode()The hosting mode value.SearchServiceUpdate.hostingMode()Get the hostingMode property: Applicable only for the standard3 SKU.static HostingModeReturns 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 HostingModeModifier and TypeMethodDescriptionSearchServiceUpdate.withHostingMode(HostingMode hostingMode) Set the hostingMode property: Applicable only for the standard3 SKU.