Uses of Interface
com.azure.resourcemanager.search.models.SearchService.DefinitionStages.WithCreate
-
Packages that use SearchService.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.search.models Package containing the data models for SearchManagementClient. -
-
Uses of SearchService.DefinitionStages.WithCreate in com.azure.resourcemanager.search.models
Subinterfaces of SearchService.DefinitionStages.WithCreate in com.azure.resourcemanager.search.models Modifier and Type Interface Description static interfaceSearchService.DefinitionThe entirety of the Search service definition.static interfaceSearchService.DefinitionStages.WithPartitionsAndCreateThe stage of the Search service definition allowing to specify the partition count.static interfaceSearchService.DefinitionStages.WithReplicasAndCreateThe stage of the Search service definition allowing to specify the replica count.Methods in com.azure.resourcemanager.search.models that return SearchService.DefinitionStages.WithCreate Modifier and Type Method Description SearchService.DefinitionStages.WithCreateSearchService.DefinitionStages.WithSku. withFreeSku()Specifies to use a free SKU type for the Search service.SearchService.DefinitionStages.WithCreateSearchService.DefinitionStages.WithReplicasAndCreate. withReplicaCount(int count)Specifies the SKU of the Search service.SearchService.DefinitionStages.WithCreateSearchService.DefinitionStages.WithSku. withSku(SkuName skuName)Specifies the SKU of the Search service.
-