Uses of Class
com.azure.resourcemanager.search.models.SearchServiceStatus
-
Packages that use SearchServiceStatus 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 SearchServiceStatus in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return SearchServiceStatus Modifier and Type Method Description SearchServiceStatusSearchServiceInner. status()Get the status property: The status of the search service. -
Uses of SearchServiceStatus in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return SearchServiceStatus Modifier and Type Method Description static SearchServiceStatusSearchServiceStatus. fromString(String value)Parses a serialized value to a SearchServiceStatus instance.SearchServiceStatusSearchService. status()The status of the Search service.SearchServiceStatusSearchServiceUpdate. status()Get the status property: The status of the search service.static SearchServiceStatusSearchServiceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchServiceStatus[]SearchServiceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-