Interface SearchService.DefinitionStages.WithPartitionsAndCreate
-
- All Superinterfaces:
Creatable<SearchService>,HasName,Indexable,Resource.DefinitionWithTags<SearchService.DefinitionStages.WithCreate>,SearchService.DefinitionStages.WithCreate,SearchService.DefinitionStages.WithReplicasAndCreate
- All Known Subinterfaces:
SearchService.Definition
- Enclosing interface:
- SearchService.DefinitionStages
public static interface SearchService.DefinitionStages.WithPartitionsAndCreate extends SearchService.DefinitionStages.WithReplicasAndCreate
The stage of the Search service definition allowing to specify the partition count.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchService.DefinitionStages.WithReplicasAndCreatewithPartitionCount(int count)Specifies the SKU of the Search service.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Methods inherited from interface com.azure.resourcemanager.search.models.SearchService.DefinitionStages.WithReplicasAndCreate
withReplicaCount
-
-
-
-
Method Detail
-
withPartitionCount
SearchService.DefinitionStages.WithReplicasAndCreate withPartitionCount(int count)
Specifies the SKU of the Search service.- Parameters:
count- the number of partitions to be created- Returns:
- the next stage of the definition
-
-