Interface SearchService.DefinitionStages.WithReplicasAndCreate

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
All Known Subinterfaces:
SearchService.Definition, SearchService.DefinitionStages.WithPartitionsAndCreate
Enclosing interface:
SearchService.DefinitionStages

public static interface SearchService.DefinitionStages.WithReplicasAndCreate extends SearchService.DefinitionStages.WithCreate
The stage of the Search service definition allowing to specify the replica count.
  • Method Summary

    Modifier and Type
    Method
    Description
    withReplicaCount(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.model.Indexable

    key

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags

    withTag, withTags
  • Method Details

    • withReplicaCount

      SearchService.DefinitionStages.WithCreate withReplicaCount(int count)
      Specifies the SKU of the Search service.
      Parameters:
      count - the number of replicas to be created
      Returns:
      the next stage of the definition