Interface SearchService.DefinitionStages.WithPartitionsAndCreate
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.Creatable<SearchService>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.model.Indexable, com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags<SearchService.DefinitionStages.WithCreate>, SearchService.DefinitionStages.WithCreate, SearchService.DefinitionStages.WithPublicNetworkAccess, 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
Modifier and TypeMethodDescriptionwithPartitionCount(int count) Specifies the SKU of the Search service.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable
keyMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTagsMethods inherited from interface SearchService.DefinitionStages.WithPublicNetworkAccess
disablePublicNetworkAccessMethods inherited from interface SearchService.DefinitionStages.WithReplicasAndCreate
withReplicaCount
-
Method Details
-
withPartitionCount
Specifies the SKU of the Search service.- Parameters:
count- the number of partitions to be created- Returns:
- the next stage of the definition
-