IWithReplicaCount.WithReplicaCount(Int32) Method

Definition

Specifies the replicas count of the Search service.

public Microsoft.Azure.Management.Search.Fluent.SearchService.Update.IUpdate WithReplicaCount (int count);
abstract member WithReplicaCount : int -> Microsoft.Azure.Management.Search.Fluent.SearchService.Update.IUpdate
Public Function WithReplicaCount (count As Integer) As IUpdate

Parameters

count
Int32

The replicas count; replicas distribute workloads across the service. You need 2 or more to support high availability (applies to Basic and Standard tiers only).

Returns

Applies to