Share via


IWithReplicasAndCreate.WithReplicaCount(Int32) Method

Definition

Specifies the SKU of the Search service.

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

Parameters

count
Int32

The number of replicas to be created.

Returns

Applies to