Interface SearchService.DefinitionStages.WithReplicasAndCreate
- All Superinterfaces:
Creatable<SearchService>
,HasName
,Indexable
,Resource.DefinitionWithTags<SearchService.DefinitionStages.WithCreate>
,SearchService.DefinitionStages.WithCreate
- All Known Subinterfaces:
SearchService.Definition
,SearchService.DefinitionStages.WithPartitionsAndCreate
- Enclosing interface:
- SearchService.DefinitionStages
public static interface SearchService.DefinitionStages.WithReplicasAndCreate
extends SearchService.DefinitionStages.WithCreate
-
Method Summary
Modifier and TypeMethodDescriptionwithReplicaCount
(int count) Specifies the SKU of the Search service.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Method Details
-
withReplicaCount
Specifies the SKU of the Search service.- Parameters:
count
- the number of replicas to be created- Returns:
- the next stage of the definition
-