Uses of Interface
com.azure.resourcemanager.search.models.SearchService.DefinitionStages.WithReplicasAndCreate
-
Packages that use SearchService.DefinitionStages.WithReplicasAndCreate Package Description com.azure.resourcemanager.search.models Package containing the data models for SearchManagementClient. -
-
Uses of SearchService.DefinitionStages.WithReplicasAndCreate in com.azure.resourcemanager.search.models
Subinterfaces of SearchService.DefinitionStages.WithReplicasAndCreate 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.Methods in com.azure.resourcemanager.search.models that return SearchService.DefinitionStages.WithReplicasAndCreate Modifier and Type Method Description SearchService.DefinitionStages.WithReplicasAndCreateSearchService.DefinitionStages.WithSku. withBasicSku()Specifies to use a basic SKU type for the Search service.SearchService.DefinitionStages.WithReplicasAndCreateSearchService.DefinitionStages.WithPartitionsAndCreate. withPartitionCount(int count)Specifies the SKU of the Search service.
-