Uses of Class
com.azure.resourcemanager.search.models.SkuName
-
Packages that use SkuName Package Description com.azure.resourcemanager.search.models Package containing the data models for SearchManagementClient. -
-
Uses of SkuName in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return SkuName Modifier and Type Method Description static SkuNameSkuName. fromString(String value)Parses a serialized value to a SkuName instance.SkuNameSku. name()Get the name property: The SKU of the search service.static SkuNameSkuName. valueOf(String name)Returns the enum constant of this type with the specified name.static SkuName[]SkuName. 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 SkuName Modifier and Type Method Description SkuSku. withName(SkuName name)Set the name property: The SKU of the search service.SearchService.DefinitionStages.WithCreateSearchService.DefinitionStages.WithSku. withSku(SkuName skuName)Specifies the SKU of the Search service.
-