Uses of Class
com.azure.resourcemanager.search.models.Sku
-
Packages that use Sku 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 Sku in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return Sku Modifier and Type Method Description SkuSearchServiceInner. sku()Get the sku property: The SKU of the Search Service, which determines price tier and capacity limits.Methods in com.azure.resourcemanager.search.fluent.models with parameters of type Sku Modifier and Type Method Description SearchServiceInnerSearchServiceInner. withSku(Sku sku)Set the sku property: The SKU of the Search Service, which determines price tier and capacity limits. -
Uses of Sku in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return Sku Modifier and Type Method Description SkuSearchService. sku()SkuSearchServiceUpdate. sku()Get the sku property: The SKU of the Search Service, which determines price tier and capacity limits.SkuSku. withName(SkuName name)Set the name property: The SKU of the search service.Methods in com.azure.resourcemanager.search.models with parameters of type Sku Modifier and Type Method Description SearchServiceUpdateSearchServiceUpdate. withSku(Sku sku)Set the sku property: The SKU of the Search Service, which determines price tier and capacity limits.
-